Html Css Color HEX #D6337C Deep Cerise

📋 copy color: '#D6337C'

red 214 ◦ green 51 ◦ blue 124

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

Shades of Deep Cerise #D6337C

Tints of Deep Cerise #D6337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.11%

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 55.01%
G = 13.11%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6337C (or 0xD6337C) is known color: Deep Cerise. HEX triplet: D6, 33 and 7C. RGB value is (214,51,124). Sum of RGB (Red+Green+Blue) = 214+51+124=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6337C is #29CC83. Grayscale: #6B6B6B. Windows color (decimal): -2739332 or 8139734. OLE color: 8139734.

HSL color Cylindrical-coordinate representation of color #D6337C: hue angle of 333.13º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6337C is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 51 124 -
CMYK 0 0.76 0.42 0.16
HSL 333.13º 0.67% 0.52% -
HSV(B) 333.13º 0.76% 0.84% -
XYZ 32.55 18.12 20.85 -
YUV 108.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 214 51 124 0 0.76 0.42 0.16 333.13 0.67 0.52
Hex D6 33 7C 0 4C 2A 10 14D 43 34
Octal 326 63 174 0 114 52 20 515 103 64
Binary 11010110 110011 1111100 0 1001100 101010 10000 101001101 1000011 110100

Color Harmonies of #D6337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6337C

Black with #D6337C

Text Example


Text Example

White with #D6337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6337C; }

 p { color: rgb(214,51,124); }

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

background-color css

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

 a { background-color: rgb(214,51,124); }

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

border-color css

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

 span { border-color: rgb(214,51,124); }

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