Html Css Color HEX #DA217F Deep Cerise

📋 copy color: '#DA217F'

red 218 ◦ green 33 ◦ blue 127

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

Shades of Deep Cerise #DA217F

Tints of Deep Cerise #DA217F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.6%

R = 57.67%
G = 8.73%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA217F (or 0xDA217F) is known color: Deep Cerise. HEX triplet: DA, 21 and 7F. RGB value is (218,33,127). Sum of RGB (Red+Green+Blue) = 218+33+127=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA217F is #25DE80. Grayscale: #626262. Windows color (decimal): -2481793 or 8331738. OLE color: 8331738.

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

Color convert

RGB 218 33 127 -
CMYK 0 0.85 0.42 0.15
HSL 329.51º 0.74% 0.49% -
HSV(B) 329.51º 0.85% 0.85% -
XYZ 33.29 17.53 21.71 -
YUV 99.03 143.79 212.86 -
System Red Green Blue C M Y K H S L
Decimal 218 33 127 0 0.85 0.42 0.15 329.51 0.74 0.49
Hex DA 21 7F 0 55 2A F 14A 4A 31
Octal 332 41 177 0 125 52 17 512 112 61
Binary 11011010 100001 1111111 0 1010101 101010 1111 101001010 1001010 110001

Color Harmonies of #DA217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA217F

Black with #DA217F

Text Example


Text Example

White with #DA217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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