Html Css Color HEX #DA247D Deep Cerise

📋 copy color: '#DA247D'

red 218 ◦ green 36 ◦ blue 125

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

Shades of Deep Cerise #DA247D

Tints of Deep Cerise #DA247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 57.52%
G = 9.5%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA247D (or 0xDA247D) is known color: Deep Cerise. HEX triplet: DA, 24 and 7D. RGB value is (218,36,125). Sum of RGB (Red+Green+Blue) = 218+36+125=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA247D is #25DB82. Grayscale: #646464. Windows color (decimal): -2481027 or 8201434. OLE color: 8201434.

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

Color convert

RGB 218 36 125 -
CMYK 0 0.83 0.43 0.15
HSL 330.66º 0.72% 0.5% -
HSV(B) 330.66º 0.83% 0.85% -
XYZ 33.25 17.65 21.06 -
YUV 100.56 141.8 211.76 -
System Red Green Blue C M Y K H S L
Decimal 218 36 125 0 0.83 0.43 0.15 330.66 0.72 0.5
Hex DA 24 7D 0 53 2B F 14B 48 32
Octal 332 44 175 0 123 53 17 513 110 62
Binary 11011010 100100 1111101 0 1010011 101011 1111 101001011 1001000 110010

Color Harmonies of #DA247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA247D

Black with #DA247D

Text Example


Text Example

White with #DA247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA247D; }

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

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

background-color css

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

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

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

border-color css

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

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

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