Html Css Color HEX #DA3B7C Deep Cerise

📋 copy color: '#DA3B7C'

red 218 ◦ green 59 ◦ blue 124

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

Shades of Deep Cerise #DA3B7C

Tints of Deep Cerise #DA3B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 54.36%
G = 14.71%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA3B7C (or 0xDA3B7C) is known color: Deep Cerise. HEX triplet: DA, 3B and 7C. RGB value is (218,59,124). Sum of RGB (Red+Green+Blue) = 218+59+124=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3B7C is #25C483. Grayscale: #717171. Windows color (decimal): -2475140 or 8141786. OLE color: 8141786.

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

Color convert

RGB 218 59 124 -
CMYK 0 0.73 0.43 0.15
HSL 335.47º 0.68% 0.54% -
HSV(B) 335.47º 0.73% 0.85% -
XYZ 34.12 19.49 21.03 -
YUV 113.95 133.68 202.21 -
System Red Green Blue C M Y K H S L
Decimal 218 59 124 0 0.73 0.43 0.15 335.47 0.68 0.54
Hex DA 3B 7C 0 49 2B F 14F 44 36
Octal 332 73 174 0 111 53 17 517 104 66
Binary 11011010 111011 1111100 0 1001001 101011 1111 101001111 1000100 110110

Color Harmonies of #DA3B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B7C

Black with #DA3B7C

Text Example


Text Example

White with #DA3B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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