Html Css Color HEX #DA207A Deep Cerise

📋 copy color: '#DA207A'

red 218 ◦ green 32 ◦ blue 122

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

Shades of Deep Cerise #DA207A

Tints of Deep Cerise #DA207A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.6%

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

R = 58.6%
G = 8.6%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA207A (or 0xDA207A) is known color: Deep Cerise. HEX triplet: DA, 20 and 7A. RGB value is (218,32,122). Sum of RGB (Red+Green+Blue) = 218+32+122=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA207A is #25DF85. Grayscale: #616161. Windows color (decimal): -2482054 or 8003802. OLE color: 8003802.

HSL color Cylindrical-coordinate representation of color #DA207A: hue angle of 330.97º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA207A is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 32 122 -
CMYK 0 0.85 0.44 0.15
HSL 330.97º 0.74% 0.49% -
HSV(B) 330.97º 0.85% 0.85% -
XYZ 32.94 17.34 20.02 -
YUV 97.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 218 32 122 0 0.85 0.44 0.15 330.97 0.74 0.49
Hex DA 20 7A 0 55 2C F 14B 4A 31
Octal 332 40 172 0 125 54 17 513 112 61
Binary 11011010 100000 1111010 0 1010101 101100 1111 101001011 1001010 110001

Color Harmonies of #DA207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA207A

Black with #DA207A

Text Example


Text Example

White with #DA207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA207A; }

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

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

background-color css

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

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

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

border-color css

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

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

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