Html Css Color HEX #D2339D Deep Cerise

📋 copy color: '#D2339D'

red 210 ◦ green 51 ◦ blue 157

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

Shades of Deep Cerise #D2339D

Tints of Deep Cerise #D2339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.2%

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

R = 50.24%
G = 12.2%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2339D (or 0xD2339D) is known color: Deep Cerise. HEX triplet: D2, 33 and 9D. RGB value is (210,51,157). Sum of RGB (Red+Green+Blue) = 210+51+157=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2339D is #2DCC62. Grayscale: #6E6E6E. Windows color (decimal): -3001443 or 10302418. OLE color: 10302418.

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

Color convert

RGB 210 51 157 -
CMYK 0 0.76 0.25 0.18
HSL 320º 0.64% 0.51% -
HSV(B) 320º 0.76% 0.82% -
XYZ 33.85 18.5 33.69 -
YUV 110.63 154.18 198.88 -
System Red Green Blue C M Y K H S L
Decimal 210 51 157 0 0.76 0.25 0.18 320 0.64 0.51
Hex D2 33 9D 0 4C 19 12 140 40 33
Octal 322 63 235 0 114 31 22 500 100 63
Binary 11010010 110011 10011101 0 1001100 11001 10010 101000000 1000000 110011

Color Harmonies of #D2339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2339D

Black with #D2339D

Text Example


Text Example

White with #D2339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2339D; }

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

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

background-color css

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

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

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

border-color css

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

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

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