Html Css Color HEX #DA247A Deep Cerise

📋 copy color: '#DA247A'

red 218 ◦ green 36 ◦ blue 122

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

Shades of Deep Cerise #DA247A

Tints of Deep Cerise #DA247A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.45%

R = 57.98%
G = 9.57%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA247A (or 0xDA247A) is known color: Deep Cerise. HEX triplet: DA, 24 and 7A. RGB value is (218,36,122). Sum of RGB (Red+Green+Blue) = 218+36+122=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA247A is #25DB85. Grayscale: #646464. Windows color (decimal): -2481030 or 8004826. OLE color: 8004826.

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

Color convert

RGB 218 36 122 -
CMYK 0 0.83 0.44 0.15
HSL 331.65º 0.72% 0.5% -
HSV(B) 331.65º 0.83% 0.85% -
XYZ 33.06 17.57 20.06 -
YUV 100.22 140.3 212.01 -
System Red Green Blue C M Y K H S L
Decimal 218 36 122 0 0.83 0.44 0.15 331.65 0.72 0.5
Hex DA 24 7A 0 53 2C F 14C 48 32
Octal 332 44 172 0 123 54 17 514 110 62
Binary 11011010 100100 1111010 0 1010011 101100 1111 101001100 1001000 110010

Color Harmonies of #DA247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA247A

Black with #DA247A

Text Example


Text Example

White with #DA247A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA247A; }

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

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

background-color css

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

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

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

border-color css

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

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

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