Html Css Color HEX #DA3A7B Deep Cerise

📋 copy color: '#DA3A7B'

red 218 ◦ green 58 ◦ blue 123

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

Shades of Deep Cerise #DA3A7B

Tints of Deep Cerise #DA3A7B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.54%

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

R = 54.64%
G = 14.54%
B = 30.83%

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

#DA3A7B (or 0xDA3A7B) is known color: Deep Cerise. HEX triplet: DA, 3A and 7B. RGB value is (218,58,123). Sum of RGB (Red+Green+Blue) = 218+58+123=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3A7B is #25C584. Grayscale: #717171. Windows color (decimal): -2475397 or 8075994. OLE color: 8075994.

HSL color Cylindrical-coordinate representation of color #DA3A7B: hue angle of 335.62º 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 #DA3A7B is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 58 123 -
CMYK 0 0.73 0.44 0.15
HSL 335.63º 0.68% 0.54% -
HSV(B) 335.63º 0.73% 0.85% -
XYZ 34 19.36 20.68 -
YUV 113.25 133.51 202.71 -
System Red Green Blue C M Y K H S L
Decimal 218 58 123 0 0.73 0.44 0.15 335.63 0.68 0.54
Hex DA 3A 7B 0 49 2C F 150 44 36
Octal 332 72 173 0 111 54 17 520 104 66
Binary 11011010 111010 1111011 0 1001001 101100 1111 101010000 1000100 110110

Color Harmonies of #DA3A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A7B

Black with #DA3A7B

Text Example


Text Example

White with #DA3A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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