Html Css Color HEX #DA317F Deep Cerise

📋 copy color: '#DA317F'

red 218 ◦ green 49 ◦ blue 127

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

Shades of Deep Cerise #DA317F

Tints of Deep Cerise #DA317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.44%

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

R = 55.33%
G = 12.44%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA317F (or 0xDA317F) is known color: Deep Cerise. HEX triplet: DA, 31 and 7F. RGB value is (218,49,127). Sum of RGB (Red+Green+Blue) = 218+49+127=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA317F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA317F is #25CE80. Grayscale: #6C6C6C. Windows color (decimal): -2477697 or 8335834. OLE color: 8335834.

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

Color convert

RGB 218 49 127 -
CMYK 0 0.78 0.42 0.15
HSL 332.31º 0.7% 0.52% -
HSV(B) 332.31º 0.78% 0.85% -
XYZ 33.84 18.63 21.89 -
YUV 108.42 138.49 206.16 -
System Red Green Blue C M Y K H S L
Decimal 218 49 127 0 0.78 0.42 0.15 332.31 0.7 0.52
Hex DA 31 7F 0 4E 2A F 14C 46 34
Octal 332 61 177 0 116 52 17 514 106 64
Binary 11011010 110001 1111111 0 1001110 101010 1111 101001100 1000110 110100

Color Harmonies of #DA317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA317F

Black with #DA317F

Text Example


Text Example

White with #DA317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA317F; }

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

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

background-color css

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

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

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

border-color css

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

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

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