Html Css Color HEX #D6239A Deep Cerise

📋 copy color: '#D6239A'

red 214 ◦ green 35 ◦ blue 154

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

Shades of Deep Cerise #D6239A

Tints of Deep Cerise #D6239A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.68%

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

R = 53.1%
G = 8.68%
B = 38.21%

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

#D6239A (or 0xD6239A) is known color: Deep Cerise. HEX triplet: D6, 23 and 9A. RGB value is (214,35,154). Sum of RGB (Red+Green+Blue) = 214+35+154=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6239A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6239A is #29DC65. Grayscale: #656565. Windows color (decimal): -2743398 or 10101718. OLE color: 10101718.

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

Color convert

RGB 214 35 154 -
CMYK 0 0.84 0.28 0.16
HSL 320.11º 0.72% 0.49% -
HSV(B) 320.11º 0.84% 0.84% -
XYZ 34.17 17.83 32.21 -
YUV 102.09 157.3 207.82 -
System Red Green Blue C M Y K H S L
Decimal 214 35 154 0 0.84 0.28 0.16 320.11 0.72 0.49
Hex D6 23 9A 0 54 1C 10 140 48 31
Octal 326 43 232 0 124 34 20 500 110 61
Binary 11010110 100011 10011010 0 1010100 11100 10000 101000000 1001000 110001

Color Harmonies of #D6239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6239A

Black with #D6239A

Text Example


Text Example

White with #D6239A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6239A; }

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

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

background-color css

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

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

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

border-color css

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

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

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