Html Css Color HEX #D6249E Deep Cerise

📋 copy color: '#D6249E'

red 214 ◦ green 36 ◦ blue 158

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

Shades of Deep Cerise #D6249E

Tints of Deep Cerise #D6249E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.73%

R = 52.45%
G = 8.82%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6249E (or 0xD6249E) is known color: Deep Cerise. HEX triplet: D6, 24 and 9E. RGB value is (214,36,158). Sum of RGB (Red+Green+Blue) = 214+36+158=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6249E is #29DB61. Grayscale: #666666. Windows color (decimal): -2743138 or 10364118. OLE color: 10364118.

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

Color convert

RGB 214 36 158 -
CMYK 0 0.83 0.26 0.16
HSL 318.88º 0.71% 0.49% -
HSV(B) 318.88º 0.83% 0.84% -
XYZ 34.53 18.03 34.01 -
YUV 103.13 158.97 207.08 -
System Red Green Blue C M Y K H S L
Decimal 214 36 158 0 0.83 0.26 0.16 318.88 0.71 0.49
Hex D6 24 9E 0 53 1A 10 13F 47 31
Octal 326 44 236 0 123 32 20 477 107 61
Binary 11010110 100100 10011110 0 1010011 11010 10000 100111111 1000111 110001

Color Harmonies of #D6249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6249E

Black with #D6249E

Text Example


Text Example

White with #D6249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6249E; }

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

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

background-color css

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

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

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

border-color css

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

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

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