Html Css Color HEX #D6215A Cerise

📋 copy color: '#D6215A'

red 214 ◦ green 33 ◦ blue 90

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

Shades of Cerise #D6215A

Tints of Cerise #D6215A

RGB

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

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

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

R = 63.5%
G = 9.79%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6215A (or 0xD6215A) is known color: Cerise. HEX triplet: D6, 21 and 5A. RGB value is (214,33,90). Sum of RGB (Red+Green+Blue) = 214+33+90=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D6215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6215A is #29DEA5. Grayscale: #5D5D5D. Windows color (decimal): -2743974 or 5906902. OLE color: 5906902.

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

Color convert

RGB 214 33 90 -
CMYK 0 0.85 0.58 0.16
HSL 341.11º 0.73% 0.48% -
HSV(B) 341.11º 0.85% 0.84% -
XYZ 30.12 16.12 11.2 -
YUV 93.62 125.97 213.87 -
System Red Green Blue C M Y K H S L
Decimal 214 33 90 0 0.85 0.58 0.16 341.11 0.73 0.48
Hex D6 21 5A 0 55 3A 10 155 49 30
Octal 326 41 132 0 125 72 20 525 111 60
Binary 11010110 100001 1011010 0 1010101 111010 10000 101010101 1001001 110000

Color Harmonies of #D6215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6215A

Black with #D6215A

Text Example


Text Example

White with #D6215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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