Html Css Color HEX #D6229A Deep Cerise

📋 copy color: '#D6229A'

red 214 ◦ green 34 ◦ blue 154

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

Shades of Deep Cerise #D6229A

Tints of Deep Cerise #D6229A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.31%

R = 53.23%
G = 8.46%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6229A (or 0xD6229A) is known color: Deep Cerise. HEX triplet: D6, 22 and 9A. RGB value is (214,34,154). Sum of RGB (Red+Green+Blue) = 214+34+154=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6229A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6229A is #29DD65. Grayscale: #656565. Windows color (decimal): -2743654 or 10101462. OLE color: 10101462.

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

Color convert

RGB 214 34 154 -
CMYK 0 0.84 0.28 0.16
HSL 320º 0.73% 0.49% -
HSV(B) 320º 0.84% 0.84% -
XYZ 34.14 17.77 32.2 -
YUV 101.5 157.63 208.24 -
System Red Green Blue C M Y K H S L
Decimal 214 34 154 0 0.84 0.28 0.16 320 0.73 0.49
Hex D6 22 9A 0 54 1C 10 140 49 31
Octal 326 42 232 0 124 34 20 500 111 61
Binary 11010110 100010 10011010 0 1010100 11100 10000 101000000 1001001 110001

Color Harmonies of #D6229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6229A

Black with #D6229A

Text Example


Text Example

White with #D6229A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6229A; }

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

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

background-color css

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

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

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

border-color css

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

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

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