Html Css Color HEX #D7349C Deep Cerise

📋 copy color: '#D7349C'

red 215 ◦ green 52 ◦ blue 156

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

Shades of Deep Cerise #D7349C

Tints of Deep Cerise #D7349C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 50.83%
G = 12.29%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7349C (or 0xD7349C) is known color: Deep Cerise. HEX triplet: D7, 34 and 9C. RGB value is (215,52,156). Sum of RGB (Red+Green+Blue) = 215+52+156=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7349C is #28CB63. Grayscale: #707070. Windows color (decimal): -2673508 or 10237143. OLE color: 10237143.

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

Color convert

RGB 215 52 156 -
CMYK 0 0.76 0.27 0.16
HSL 321.72º 0.67% 0.52% -
HSV(B) 321.72º 0.76% 0.84% -
XYZ 35.25 19.3 33.32 -
YUV 112.59 152.5 201.04 -
System Red Green Blue C M Y K H S L
Decimal 215 52 156 0 0.76 0.27 0.16 321.72 0.67 0.52
Hex D7 34 9C 0 4C 1B 10 142 43 34
Octal 327 64 234 0 114 33 20 502 103 64
Binary 11010111 110100 10011100 0 1001100 11011 10000 101000010 1000011 110100

Color Harmonies of #D7349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7349C

Black with #D7349C

Text Example


Text Example

White with #D7349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7349C; }

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

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

background-color css

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

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

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

border-color css

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

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

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