Html Css Color HEX #DA3B7B Deep Cerise

📋 copy color: '#DA3B7B'

red 218 ◦ green 59 ◦ blue 123

#DA3B7B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #DA3B7B

Tints of Deep Cerise #DA3B7B

RGB

 RED value IS 218 (85.55% from 255) = 54.5%

 GREEN value IS 59 (23.44% from 255) = 14.75%

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 54.5%
G = 14.75%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA3B7B (or 0xDA3B7B) is known color: Deep Cerise. HEX triplet: DA, 3B and 7B. RGB value is (218,59,123). Sum of RGB (Red+Green+Blue) = 218+59+123=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3B7B is #25C484. Grayscale: #717171. Windows color (decimal): -2475141 or 8076250. OLE color: 8076250.

HSL color Cylindrical-coordinate representation of color #DA3B7B: hue angle of 335.85º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3B7B is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 59 123 -
CMYK 0 0.73 0.44 0.15
HSL 335.85º 0.68% 0.54% -
HSV(B) 335.85º 0.73% 0.85% -
XYZ 34.05 19.46 20.7 -
YUV 113.84 133.18 202.3 -
System Red Green Blue C M Y K H S L
Decimal 218 59 123 0 0.73 0.44 0.15 335.85 0.68 0.54
Hex DA 3B 7B 0 49 2C F 150 44 36
Octal 332 73 173 0 111 54 17 520 104 66
Binary 11011010 111011 1111011 0 1001001 101100 1111 101010000 1000100 110110

Color Harmonies of #DA3B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B7B

Black with #DA3B7B

Text Example


Text Example

White with #DA3B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B7B; }

 p { color: rgb(218,59,123); }

 H1.HeaderClassName
 {
   color: #DA3B7B;
 }
 .AnyTagClassName
 {
   color: #DA3B7B;
 }
</style>

background-color css

<style>
 a { background-color: #DA3B7B; }

 a { background-color: rgb(218,59,123); }

 div.DivClassName
 {
   background-color: #DA3B7B;
 }
 .BgClassName
 {
   background-color: #DA3B7B;
 }
</style>

border-color css

<style>
 span { border-color: #DA3B7B; }

 span { border-color: rgb(218,59,123); }

 td.TdClassName
 {
   border-color: #DA3B7B;
 }
 .TagClassName
 {
   border-color: #DA3B7B;
 }
</style>