Html Css Color HEX #DA217D Deep Cerise

📋 copy color: '#DA217D'

red 218 ◦ green 33 ◦ blue 125

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

Shades of Deep Cerise #DA217D

Tints of Deep Cerise #DA217D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.78%

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

R = 57.98%
G = 8.78%
B = 33.24%

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

#DA217D (or 0xDA217D) is known color: Deep Cerise. HEX triplet: DA, 21 and 7D. RGB value is (218,33,125). Sum of RGB (Red+Green+Blue) = 218+33+125=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA217D is #25DE82. Grayscale: #626262. Windows color (decimal): -2481795 or 8200666. OLE color: 8200666.

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

Color convert

RGB 218 33 125 -
CMYK 0 0.85 0.43 0.15
HSL 330.16º 0.74% 0.49% -
HSV(B) 330.16º 0.85% 0.85% -
XYZ 33.16 17.47 21.03 -
YUV 98.8 142.79 213.02 -
System Red Green Blue C M Y K H S L
Decimal 218 33 125 0 0.85 0.43 0.15 330.16 0.74 0.49
Hex DA 21 7D 0 55 2B F 14A 4A 31
Octal 332 41 175 0 125 53 17 512 112 61
Binary 11011010 100001 1111101 0 1010101 101011 1111 101001010 1001010 110001

Color Harmonies of #DA217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA217D

Black with #DA217D

Text Example


Text Example

White with #DA217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA217D; }

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

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

background-color css

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

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

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

border-color css

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

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

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