Html Css Color HEX #D6249D Deep Cerise

📋 copy color: '#D6249D'

red 214 ◦ green 36 ◦ blue 157

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

Shades of Deep Cerise #D6249D

Tints of Deep Cerise #D6249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.85%

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

R = 52.58%
G = 8.85%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6249D (or 0xD6249D) is known color: Deep Cerise. HEX triplet: D6, 24 and 9D. RGB value is (214,36,157). Sum of RGB (Red+Green+Blue) = 214+36+157=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6249D is #29DB62. Grayscale: #666666. Windows color (decimal): -2743139 or 10298582. OLE color: 10298582.

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

Color convert

RGB 214 36 157 -
CMYK 0 0.83 0.27 0.16
HSL 319.21º 0.71% 0.49% -
HSV(B) 319.21º 0.83% 0.84% -
XYZ 34.45 17.99 33.56 -
YUV 103.02 158.47 207.16 -
System Red Green Blue C M Y K H S L
Decimal 214 36 157 0 0.83 0.27 0.16 319.21 0.71 0.49
Hex D6 24 9D 0 53 1B 10 13F 47 31
Octal 326 44 235 0 123 33 20 477 107 61
Binary 11010110 100100 10011101 0 1010011 11011 10000 100111111 1000111 110001

Color Harmonies of #D6249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6249D

Black with #D6249D

Text Example


Text Example

White with #D6249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6249D; }

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

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

background-color css

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

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

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

border-color css

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

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

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