Html Css Color HEX #DA247F Deep Cerise

📋 copy color: '#DA247F'

red 218 ◦ green 36 ◦ blue 127

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

Shades of Deep Cerise #DA247F

Tints of Deep Cerise #DA247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.45%

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

R = 57.22%
G = 9.45%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA247F (or 0xDA247F) is known color: Deep Cerise. HEX triplet: DA, 24 and 7F. RGB value is (218,36,127). Sum of RGB (Red+Green+Blue) = 218+36+127=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA247F is #25DB80. Grayscale: #646464. Windows color (decimal): -2481025 or 8332506. OLE color: 8332506.

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

Color convert

RGB 218 36 127 -
CMYK 0 0.83 0.42 0.15
HSL 330º 0.72% 0.5% -
HSV(B) 330º 0.83% 0.85% -
XYZ 33.38 17.7 21.74 -
YUV 100.79 142.8 211.6 -
System Red Green Blue C M Y K H S L
Decimal 218 36 127 0 0.83 0.42 0.15 330 0.72 0.5
Hex DA 24 7F 0 53 2A F 14A 48 32
Octal 332 44 177 0 123 52 17 512 110 62
Binary 11011010 100100 1111111 0 1010011 101010 1111 101001010 1001000 110010

Color Harmonies of #DA247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA247F

Black with #DA247F

Text Example


Text Example

White with #DA247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA247F; }

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

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

background-color css

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

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

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

border-color css

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

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

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