Html Css Color HEX #D6349A Deep Cerise

📋 copy color: '#D6349A'

red 214 ◦ green 52 ◦ blue 154

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

Shades of Deep Cerise #D6349A

Tints of Deep Cerise #D6349A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.67%

R = 50.95%
G = 12.38%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6349A (or 0xD6349A) is known color: Deep Cerise. HEX triplet: D6, 34 and 9A. RGB value is (214,52,154). Sum of RGB (Red+Green+Blue) = 214+52+154=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6349A is #29CB65. Grayscale: #6F6F6F. Windows color (decimal): -2739046 or 10106070. OLE color: 10106070.

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

Color convert

RGB 214 52 154 -
CMYK 0 0.76 0.28 0.16
HSL 322.22º 0.66% 0.52% -
HSV(B) 322.22º 0.76% 0.84% -
XYZ 34.79 19.09 32.42 -
YUV 112.07 151.67 200.71 -
System Red Green Blue C M Y K H S L
Decimal 214 52 154 0 0.76 0.28 0.16 322.22 0.66 0.52
Hex D6 34 9A 0 4C 1C 10 142 42 34
Octal 326 64 232 0 114 34 20 502 102 64
Binary 11010110 110100 10011010 0 1001100 11100 10000 101000010 1000010 110100

Color Harmonies of #D6349A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6349A

Black with #D6349A

Text Example


Text Example

White with #D6349A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6349A; }

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

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

background-color css

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

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

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

border-color css

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

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

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