Html Css Color HEX #D6349D Deep Cerise

📋 copy color: '#D6349D'

red 214 ◦ green 52 ◦ blue 157

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

Shades of Deep Cerise #D6349D

Tints of Deep Cerise #D6349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 50.59%
G = 12.29%
B = 37.12%

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

#D6349D (or 0xD6349D) is known color: Deep Cerise. HEX triplet: D6, 34 and 9D. RGB value is (214,52,157). Sum of RGB (Red+Green+Blue) = 214+52+157=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6349D is #29CB62. Grayscale: #707070. Windows color (decimal): -2739043 or 10302678. OLE color: 10302678.

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

Color convert

RGB 214 52 157 -
CMYK 0 0.76 0.27 0.16
HSL 321.11º 0.66% 0.52% -
HSV(B) 321.11º 0.76% 0.84% -
XYZ 35.05 19.19 33.75 -
YUV 112.41 153.17 200.46 -
System Red Green Blue C M Y K H S L
Decimal 214 52 157 0 0.76 0.27 0.16 321.11 0.66 0.52
Hex D6 34 9D 0 4C 1B 10 141 42 34
Octal 326 64 235 0 114 33 20 501 102 64
Binary 11010110 110100 10011101 0 1001100 11011 10000 101000001 1000010 110100

Color Harmonies of #D6349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6349D

Black with #D6349D

Text Example


Text Example

White with #D6349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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