Html Css Color HEX #D7347F Deep Cerise

📋 copy color: '#D7347F'

red 215 ◦ green 52 ◦ blue 127

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

Shades of Deep Cerise #D7347F

Tints of Deep Cerise #D7347F

RGB

 RED value IS 215 (84.38% from 255) = 54.57%

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

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

R = 54.57%
G = 13.2%
B = 32.23%

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

#D7347F (or 0xD7347F) is known color: Deep Cerise. HEX triplet: D7, 34 and 7F. RGB value is (215,52,127). Sum of RGB (Red+Green+Blue) = 215+52+127=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7347F is #28CB80. Grayscale: #6D6D6D. Windows color (decimal): -2673537 or 8336599. OLE color: 8336599.

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

Color convert

RGB 215 52 127 -
CMYK 0 0.76 0.41 0.16
HSL 332.39º 0.67% 0.52% -
HSV(B) 332.39º 0.76% 0.84% -
XYZ 33.08 18.44 21.89 -
YUV 109.29 138 203.4 -
System Red Green Blue C M Y K H S L
Decimal 215 52 127 0 0.76 0.41 0.16 332.39 0.67 0.52
Hex D7 34 7F 0 4C 29 10 14C 43 34
Octal 327 64 177 0 114 51 20 514 103 64
Binary 11010111 110100 1111111 0 1001100 101001 10000 101001100 1000011 110100

Color Harmonies of #D7347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7347F

Black with #D7347F

Text Example


Text Example

White with #D7347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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