Html Css Color HEX #D6239B Deep Cerise

📋 copy color: '#D6239B'

red 214 ◦ green 35 ◦ blue 155

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

Shades of Deep Cerise #D6239B

Tints of Deep Cerise #D6239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.37%

R = 52.97%
G = 8.66%
B = 38.37%

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

#D6239B (or 0xD6239B) is known color: Deep Cerise. HEX triplet: D6, 23 and 9B. RGB value is (214,35,155). Sum of RGB (Red+Green+Blue) = 214+35+155=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6239B is #29DC64. Grayscale: #656565. Windows color (decimal): -2743397 or 10167254. OLE color: 10167254.

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

Color convert

RGB 214 35 155 -
CMYK 0 0.84 0.28 0.16
HSL 319.78º 0.72% 0.49% -
HSV(B) 319.78º 0.84% 0.84% -
XYZ 34.25 17.86 32.65 -
YUV 102.2 157.8 207.74 -
System Red Green Blue C M Y K H S L
Decimal 214 35 155 0 0.84 0.28 0.16 319.78 0.72 0.49
Hex D6 23 9B 0 54 1C 10 140 48 31
Octal 326 43 233 0 124 34 20 500 110 61
Binary 11010110 100011 10011011 0 1010100 11100 10000 101000000 1001000 110001

Color Harmonies of #D6239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6239B

Black with #D6239B

Text Example


Text Example

White with #D6239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6239B; }

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

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

background-color css

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

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

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

border-color css

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

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

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