Html Css Color HEX #DA215E Cerise

📋 copy color: '#DA215E'

red 218 ◦ green 33 ◦ blue 94

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

Shades of Cerise #DA215E

Tints of Cerise #DA215E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.25%

R = 63.19%
G = 9.57%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA215E (or 0xDA215E) is known color: Cerise. HEX triplet: DA, 21 and 5E. RGB value is (218,33,94). Sum of RGB (Red+Green+Blue) = 218+33+94=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA215E is #25DEA1. Grayscale: #5F5F5F. Windows color (decimal): -2481826 or 6169050. OLE color: 6169050.

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

Color convert

RGB 218 33 94 -
CMYK 0 0.85 0.57 0.15
HSL 340.22º 0.74% 0.49% -
HSV(B) 340.22º 0.85% 0.85% -
XYZ 31.48 16.8 12.17 -
YUV 95.27 127.29 215.54 -
System Red Green Blue C M Y K H S L
Decimal 218 33 94 0 0.85 0.57 0.15 340.22 0.74 0.49
Hex DA 21 5E 0 55 39 F 154 4A 31
Octal 332 41 136 0 125 71 17 524 112 61
Binary 11011010 100001 1011110 0 1010101 111001 1111 101010100 1001010 110001

Color Harmonies of #DA215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA215E

Black with #DA215E

Text Example


Text Example

White with #DA215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA215E; }

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

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

background-color css

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

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

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

border-color css

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

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

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