Html Css Color HEX #D6216B Cerise

📋 copy color: '#D6216B'

red 214 ◦ green 33 ◦ blue 107

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

Shades of Cerise #D6216B

Tints of Cerise #D6216B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.23%

R = 60.45%
G = 9.32%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6216B (or 0xD6216B) is known color: Cerise. HEX triplet: D6, 21 and 6B. RGB value is (214,33,107). Sum of RGB (Red+Green+Blue) = 214+33+107=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D6216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6216B is #29DE94. Grayscale: #5F5F5F. Windows color (decimal): -2743957 or 7021014. OLE color: 7021014.

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

Color convert

RGB 214 33 107 -
CMYK 0 0.85 0.50 0.16
HSL 335.47º 0.73% 0.48% -
HSV(B) 335.47º 0.85% 0.84% -
XYZ 30.93 16.45 15.45 -
YUV 95.56 134.47 212.48 -
System Red Green Blue C M Y K H S L
Decimal 214 33 107 0 0.85 0.50 0.16 335.47 0.73 0.48
Hex D6 21 6B 0 55 32 10 14F 49 30
Octal 326 41 153 0 125 62 20 517 111 60
Binary 11010110 100001 1101011 0 1010101 110010 10000 101001111 1001001 110000

Color Harmonies of #D6216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6216B

Black with #D6216B

Text Example


Text Example

White with #D6216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6216B; }

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

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

background-color css

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

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

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

border-color css

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

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

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