Html Css Color HEX #D2349E Deep Cerise

📋 copy color: '#D2349E'

red 210 ◦ green 52 ◦ blue 158

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

Shades of Deep Cerise #D2349E

Tints of Deep Cerise #D2349E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.62%

R = 50%
G = 12.38%
B = 37.62%

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

#D2349E (or 0xD2349E) is known color: Deep Cerise. HEX triplet: D2, 34 and 9E. RGB value is (210,52,158). Sum of RGB (Red+Green+Blue) = 210+52+158=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2349E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2349E is #2DCB61. Grayscale: #6F6F6F. Windows color (decimal): -3001186 or 10368210. OLE color: 10368210.

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

Color convert

RGB 210 52 158 -
CMYK 0 0.75 0.25 0.18
HSL 319.75º 0.64% 0.51% -
HSV(B) 319.75º 0.75% 0.82% -
XYZ 33.98 18.63 34.15 -
YUV 111.33 154.35 198.38 -
System Red Green Blue C M Y K H S L
Decimal 210 52 158 0 0.75 0.25 0.18 319.75 0.64 0.51
Hex D2 34 9E 0 4B 19 12 140 40 33
Octal 322 64 236 0 113 31 22 500 100 63
Binary 11010010 110100 10011110 0 1001011 11001 10010 101000000 1000000 110011

Color Harmonies of #D2349E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2349E

Black with #D2349E

Text Example


Text Example

White with #D2349E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2349E; }

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

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

background-color css

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

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

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

border-color css

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

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

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