Html Css Color HEX #D6347F Deep Cerise

📋 copy color: '#D6347F'

red 214 ◦ green 52 ◦ blue 127

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

Shades of Deep Cerise #D6347F

Tints of Deep Cerise #D6347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.23%

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

R = 54.45%
G = 13.23%
B = 32.32%

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

#D6347F (or 0xD6347F) is known color: Deep Cerise. HEX triplet: D6, 34 and 7F. RGB value is (214,52,127). Sum of RGB (Red+Green+Blue) = 214+52+127=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6347F is #29CB80. Grayscale: #6C6C6C. Windows color (decimal): -2739073 or 8336598. OLE color: 8336598.

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

Color convert

RGB 214 52 127 -
CMYK 0 0.76 0.41 0.16
HSL 332.22º 0.66% 0.52% -
HSV(B) 332.22º 0.76% 0.84% -
XYZ 32.79 18.28 21.88 -
YUV 108.99 138.17 202.9 -
System Red Green Blue C M Y K H S L
Decimal 214 52 127 0 0.76 0.41 0.16 332.22 0.66 0.52
Hex D6 34 7F 0 4C 29 10 14C 42 34
Octal 326 64 177 0 114 51 20 514 102 64
Binary 11010110 110100 1111111 0 1001100 101001 10000 101001100 1000010 110100

Color Harmonies of #D6347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6347F

Black with #D6347F

Text Example


Text Example

White with #D6347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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