Html Css Color HEX #D6337F Deep Cerise

📋 copy color: '#D6337F'

red 214 ◦ green 51 ◦ blue 127

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

Shades of Deep Cerise #D6337F

Tints of Deep Cerise #D6337F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.4%

R = 54.59%
G = 13.01%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6337F (or 0xD6337F) is known color: Deep Cerise. HEX triplet: D6, 33 and 7F. RGB value is (214,51,127). Sum of RGB (Red+Green+Blue) = 214+51+127=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6337F is #29CC80. Grayscale: #6C6C6C. Windows color (decimal): -2739329 or 8336342. OLE color: 8336342.

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

Color convert

RGB 214 51 127 -
CMYK 0 0.76 0.41 0.16
HSL 332.02º 0.67% 0.52% -
HSV(B) 332.02º 0.76% 0.84% -
XYZ 32.75 18.2 21.86 -
YUV 108.4 138.5 203.32 -
System Red Green Blue C M Y K H S L
Decimal 214 51 127 0 0.76 0.41 0.16 332.02 0.67 0.52
Hex D6 33 7F 0 4C 29 10 14C 43 34
Octal 326 63 177 0 114 51 20 514 103 64
Binary 11010110 110011 1111111 0 1001100 101001 10000 101001100 1000011 110100

Color Harmonies of #D6337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6337F

Black with #D6337F

Text Example


Text Example

White with #D6337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6337F; }

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

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

background-color css

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

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

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

border-color css

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

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

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