Html Css Color HEX #DA2A7F Deep Cerise

📋 copy color: '#DA2A7F'

red 218 ◦ green 42 ◦ blue 127

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

Shades of Deep Cerise #DA2A7F

Tints of Deep Cerise #DA2A7F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.85%

 BLUE value IS 127 (50% from 255) = 32.82%

R = 56.33%
G = 10.85%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA2A7F (or 0xDA2A7F) is known color: Deep Cerise. HEX triplet: DA, 2A and 7F. RGB value is (218,42,127). Sum of RGB (Red+Green+Blue) = 218+42+127=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2A7F is #25D580. Grayscale: #686868. Windows color (decimal): -2479489 or 8334042. OLE color: 8334042.

HSL color Cylindrical-coordinate representation of color #DA2A7F: hue angle of 331.02º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2A7F is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 42 127 -
CMYK 0 0.81 0.42 0.15
HSL 331.02º 0.7% 0.51% -
HSV(B) 331.02º 0.81% 0.85% -
XYZ 33.57 18.09 21.8 -
YUV 104.31 140.81 209.09 -
System Red Green Blue C M Y K H S L
Decimal 218 42 127 0 0.81 0.42 0.15 331.02 0.7 0.51
Hex DA 2A 7F 0 51 2A F 14B 46 33
Octal 332 52 177 0 121 52 17 513 106 63
Binary 11011010 101010 1111111 0 1010001 101010 1111 101001011 1000110 110011

Color Harmonies of #DA2A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2A7F

Black with #DA2A7F

Text Example


Text Example

White with #DA2A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2A7F; }

 p { color: rgb(218,42,127); }

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

background-color css

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

 a { background-color: rgb(218,42,127); }

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

border-color css

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

 span { border-color: rgb(218,42,127); }

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