Html Css Color HEX #D6229D Deep Cerise

📋 copy color: '#D6229D'

red 214 ◦ green 34 ◦ blue 157

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

Shades of Deep Cerise #D6229D

Tints of Deep Cerise #D6229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.4%

 BLUE value IS 157 (61.72% from 255) = 38.77%

R = 52.84%
G = 8.4%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6229D (or 0xD6229D) is known color: Deep Cerise. HEX triplet: D6, 22 and 9D. RGB value is (214,34,157). Sum of RGB (Red+Green+Blue) = 214+34+157=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6229D is #29DD62. Grayscale: #656565. Windows color (decimal): -2743651 or 10298070. OLE color: 10298070.

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

Color convert

RGB 214 34 157 -
CMYK 0 0.84 0.27 0.16
HSL 319º 0.73% 0.49% -
HSV(B) 319º 0.84% 0.84% -
XYZ 34.39 17.87 33.54 -
YUV 101.84 159.13 208 -
System Red Green Blue C M Y K H S L
Decimal 214 34 157 0 0.84 0.27 0.16 319 0.73 0.49
Hex D6 22 9D 0 54 1B 10 13F 49 31
Octal 326 42 235 0 124 33 20 477 111 61
Binary 11010110 100010 10011101 0 1010100 11011 10000 100111111 1001001 110001

Color Harmonies of #D6229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6229D

Black with #D6229D

Text Example


Text Example

White with #D6229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6229D; }

 p { color: rgb(214,34,157); }

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

background-color css

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

 a { background-color: rgb(214,34,157); }

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

border-color css

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

 span { border-color: rgb(214,34,157); }

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