Html Css Color HEX #D2215A Cerise

📋 copy color: '#D2215A'

red 210 ◦ green 33 ◦ blue 90

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

Shades of Cerise #D2215A

Tints of Cerise #D2215A

RGB

 RED value IS 210 (82.42% from 255) = 63.06%

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

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 63.06%
G = 9.91%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2215A (or 0xD2215A) is known color: Cerise. HEX triplet: D2, 21 and 5A. RGB value is (210,33,90). Sum of RGB (Red+Green+Blue) = 210+33+90=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D2215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2215A is #2DDEA5. Grayscale: #5C5C5C. Windows color (decimal): -3006118 or 5906898. OLE color: 5906898.

HSL color Cylindrical-coordinate representation of color #D2215A: hue angle of 340.68º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2215A is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 33 90 -
CMYK 0 0.84 0.57 0.18
HSL 340.68º 0.73% 0.48% -
HSV(B) 340.68º 0.84% 0.82% -
XYZ 28.97 15.53 11.14 -
YUV 92.42 126.64 211.87 -
System Red Green Blue C M Y K H S L
Decimal 210 33 90 0 0.84 0.57 0.18 340.68 0.73 0.48
Hex D2 21 5A 0 54 39 12 155 49 30
Octal 322 41 132 0 124 71 22 525 111 60
Binary 11010010 100001 1011010 0 1010100 111001 10010 101010101 1001001 110000

Color Harmonies of #D2215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2215A

Black with #D2215A

Text Example


Text Example

White with #D2215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2215A; }

 p { color: rgb(210,33,90); }

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

background-color css

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

 a { background-color: rgb(210,33,90); }

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

border-color css

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

 span { border-color: rgb(210,33,90); }

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