Html Css Color HEX #DA207D Deep Cerise

📋 copy color: '#DA207D'

red 218 ◦ green 32 ◦ blue 125

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

Shades of Deep Cerise #DA207D

Tints of Deep Cerise #DA207D

RGB

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

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

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

R = 58.13%
G = 8.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA207D (or 0xDA207D) is known color: Deep Cerise. HEX triplet: DA, 20 and 7D. RGB value is (218,32,125). Sum of RGB (Red+Green+Blue) = 218+32+125=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA207D is #25DF82. Grayscale: #626262. Windows color (decimal): -2482051 or 8200410. OLE color: 8200410.

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

Color convert

RGB 218 32 125 -
CMYK 0 0.85 0.43 0.15
HSL 330º 0.74% 0.49% -
HSV(B) 330º 0.85% 0.85% -
XYZ 33.13 17.42 21.02 -
YUV 98.22 143.12 213.44 -
System Red Green Blue C M Y K H S L
Decimal 218 32 125 0 0.85 0.43 0.15 330 0.74 0.49
Hex DA 20 7D 0 55 2B F 14A 4A 31
Octal 332 40 175 0 125 53 17 512 112 61
Binary 11011010 100000 1111101 0 1010101 101011 1111 101001010 1001010 110001

Color Harmonies of #DA207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA207D

Black with #DA207D

Text Example


Text Example

White with #DA207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA207D; }

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

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

background-color css

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

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

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

border-color css

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

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

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