Html Css Color HEX #D6367E Deep Cerise

📋 copy color: '#D6367E'

red 214 ◦ green 54 ◦ blue 126

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

Shades of Deep Cerise #D6367E

Tints of Deep Cerise #D6367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.71%

 BLUE value IS 126 (49.61% from 255) = 31.98%

R = 54.31%
G = 13.71%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6367E (or 0xD6367E) is known color: Deep Cerise. HEX triplet: D6, 36 and 7E. RGB value is (214,54,126). Sum of RGB (Red+Green+Blue) = 214+54+126=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6367E is #29C981. Grayscale: #6D6D6D. Windows color (decimal): -2738562 or 8271574. OLE color: 8271574.

HSL color Cylindrical-coordinate representation of color #D6367E: hue angle of 333º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6367E is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 54 126 -
CMYK 0 0.75 0.41 0.16
HSL 333º 0.66% 0.53% -
HSV(B) 333º 0.75% 0.84% -
XYZ 32.82 18.44 21.57 -
YUV 110.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 214 54 126 0 0.75 0.41 0.16 333 0.66 0.53
Hex D6 36 7E 0 4B 29 10 14D 42 35
Octal 326 66 176 0 113 51 20 515 102 65
Binary 11010110 110110 1111110 0 1001011 101001 10000 101001101 1000010 110101

Color Harmonies of #D6367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6367E

Black with #D6367E

Text Example


Text Example

White with #D6367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6367E; }

 p { color: rgb(214,54,126); }

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

background-color css

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

 a { background-color: rgb(214,54,126); }

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

border-color css

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

 span { border-color: rgb(214,54,126); }

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