Html Css Color HEX #D2349D Deep Cerise

📋 copy color: '#D2349D'

red 210 ◦ green 52 ◦ blue 157

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

Shades of Deep Cerise #D2349D

Tints of Deep Cerise #D2349D

RGB

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

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

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

R = 50.12%
G = 12.41%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2349D (or 0xD2349D) is known color: Deep Cerise. HEX triplet: D2, 34 and 9D. RGB value is (210,52,157). Sum of RGB (Red+Green+Blue) = 210+52+157=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2349D is #2DCB62. Grayscale: #6E6E6E. Windows color (decimal): -3001187 or 10302674. OLE color: 10302674.

HSL color Cylindrical-coordinate representation of color #D2349D: hue angle of 320.13º 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 #D2349D is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 52 157 -
CMYK 0 0.75 0.25 0.18
HSL 320.13º 0.64% 0.51% -
HSV(B) 320.13º 0.75% 0.82% -
XYZ 33.89 18.59 33.7 -
YUV 111.21 153.85 198.46 -
System Red Green Blue C M Y K H S L
Decimal 210 52 157 0 0.75 0.25 0.18 320.13 0.64 0.51
Hex D2 34 9D 0 4B 19 12 140 40 33
Octal 322 64 235 0 113 31 22 500 100 63
Binary 11010010 110100 10011101 0 1001011 11001 10010 101000000 1000000 110011

Color Harmonies of #D2349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2349D

Black with #D2349D

Text Example


Text Example

White with #D2349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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