Html Css Color HEX #D2349B Deep Cerise

📋 copy color: '#D2349B'

red 210 ◦ green 52 ◦ blue 155

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

Shades of Deep Cerise #D2349B

Tints of Deep Cerise #D2349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 50.36%
G = 12.47%
B = 37.17%

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

#D2349B (or 0xD2349B) is known color: Deep Cerise. HEX triplet: D2, 34 and 9B. RGB value is (210,52,155). Sum of RGB (Red+Green+Blue) = 210+52+155=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2349B is #2DCB64. Grayscale: #6E6E6E. Windows color (decimal): -3001189 or 10171602. OLE color: 10171602.

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

Color convert

RGB 210 52 155 -
CMYK 0 0.75 0.26 0.18
HSL 320.89º 0.64% 0.51% -
HSV(B) 320.89º 0.75% 0.82% -
XYZ 33.72 18.52 32.81 -
YUV 110.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 210 52 155 0 0.75 0.26 0.18 320.89 0.64 0.51
Hex D2 34 9B 0 4B 1A 12 141 40 33
Octal 322 64 233 0 113 32 22 501 100 63
Binary 11010010 110100 10011011 0 1001011 11010 10010 101000001 1000000 110011

Color Harmonies of #D2349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2349B

Black with #D2349B

Text Example


Text Example

White with #D2349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2349B; }

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

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

background-color css

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

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

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

border-color css

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

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

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