Html Css Color HEX #D6215D Cerise

📋 copy color: '#D6215D'

red 214 ◦ green 33 ◦ blue 93

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

Shades of Cerise #D6215D

Tints of Cerise #D6215D

RGB

 RED value IS 214 (83.98% from 255) = 62.94%

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

 BLUE value IS 93 (36.72% from 255) = 27.35%

R = 62.94%
G = 9.71%
B = 27.35%

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

#D6215D (or 0xD6215D) is known color: Cerise. HEX triplet: D6, 21 and 5D. RGB value is (214,33,93). Sum of RGB (Red+Green+Blue) = 214+33+93=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6215D is #29DEA2. Grayscale: #5D5D5D. Windows color (decimal): -2743971 or 6103510. OLE color: 6103510.

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

Color convert

RGB 214 33 93 -
CMYK 0 0.85 0.57 0.16
HSL 340.11º 0.73% 0.48% -
HSV(B) 340.11º 0.85% 0.84% -
XYZ 30.25 16.17 11.88 -
YUV 93.96 127.47 213.62 -
System Red Green Blue C M Y K H S L
Decimal 214 33 93 0 0.85 0.57 0.16 340.11 0.73 0.48
Hex D6 21 5D 0 55 39 10 154 49 30
Octal 326 41 135 0 125 71 20 524 111 60
Binary 11010110 100001 1011101 0 1010101 111001 10000 101010100 1001001 110000

Color Harmonies of #D6215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6215D

Black with #D6215D

Text Example


Text Example

White with #D6215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6215D; }

 p { color: rgb(214,33,93); }

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

background-color css

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

 a { background-color: rgb(214,33,93); }

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

border-color css

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

 span { border-color: rgb(214,33,93); }

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