Html Css Color HEX #D7215C Cerise

📋 copy color: '#D7215C'

red 215 ◦ green 33 ◦ blue 92

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

Shades of Cerise #D7215C

Tints of Cerise #D7215C

RGB

 RED value IS 215 (84.38% from 255) = 63.24%

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

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 63.24%
G = 9.71%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7215C (or 0xD7215C) is known color: Cerise. HEX triplet: D7, 21 and 5C. RGB value is (215,33,92). Sum of RGB (Red+Green+Blue) = 215+33+92=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D7215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7215C is #28DEA3. Grayscale: #5E5E5E. Windows color (decimal): -2678436 or 6037975. OLE color: 6037975.

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

Color convert

RGB 215 33 92 -
CMYK 0 0.85 0.57 0.16
HSL 340.55º 0.73% 0.49% -
HSV(B) 340.55º 0.85% 0.84% -
XYZ 30.5 16.31 11.67 -
YUV 94.14 126.8 214.2 -
System Red Green Blue C M Y K H S L
Decimal 215 33 92 0 0.85 0.57 0.16 340.55 0.73 0.49
Hex D7 21 5C 0 55 39 10 155 49 31
Octal 327 41 134 0 125 71 20 525 111 61
Binary 11010111 100001 1011100 0 1010101 111001 10000 101010101 1001001 110001

Color Harmonies of #D7215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7215C

Black with #D7215C

Text Example


Text Example

White with #D7215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7215C; }

 p { color: rgb(215,33,92); }

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

background-color css

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

 a { background-color: rgb(215,33,92); }

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

border-color css

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

 span { border-color: rgb(215,33,92); }

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