Html Css Color HEX #D2349C Deep Cerise

📋 copy color: '#D2349C'

red 210 ◦ green 52 ◦ blue 156

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

Shades of Deep Cerise #D2349C

Tints of Deep Cerise #D2349C

RGB

 RED value IS 210 (82.42% from 255) = 50.24%

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

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

R = 50.24%
G = 12.44%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2349C (or 0xD2349C) is known color: Deep Cerise. HEX triplet: D2, 34 and 9C. RGB value is (210,52,156). Sum of RGB (Red+Green+Blue) = 210+52+156=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2349C is #2DCB63. Grayscale: #6E6E6E. Windows color (decimal): -3001188 or 10237138. OLE color: 10237138.

HSL color Cylindrical-coordinate representation of color #D2349C: hue angle of 320.51º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2349C is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 52 156 -
CMYK 0 0.75 0.26 0.18
HSL 320.51º 0.64% 0.51% -
HSV(B) 320.51º 0.75% 0.82% -
XYZ 33.81 18.56 33.25 -
YUV 111.1 153.35 198.54 -
System Red Green Blue C M Y K H S L
Decimal 210 52 156 0 0.75 0.26 0.18 320.51 0.64 0.51
Hex D2 34 9C 0 4B 1A 12 141 40 33
Octal 322 64 234 0 113 32 22 501 100 63
Binary 11010010 110100 10011100 0 1001011 11010 10010 101000001 1000000 110011

Color Harmonies of #D2349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2349C

Black with #D2349C

Text Example


Text Example

White with #D2349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2349C; }

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

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

background-color css

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

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

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

border-color css

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

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

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