Html Css Color HEX #D2309D Deep Cerise

📋 copy color: '#D2309D'

red 210 ◦ green 48 ◦ blue 157

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

Shades of Deep Cerise #D2309D

Tints of Deep Cerise #D2309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.57%

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

R = 50.6%
G = 11.57%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2309D (or 0xD2309D) is known color: Deep Cerise. HEX triplet: D2, 30 and 9D. RGB value is (210,48,157). Sum of RGB (Red+Green+Blue) = 210+48+157=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D2309D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2309D is #2DCF62. Grayscale: #6C6C6C. Windows color (decimal): -3002211 or 10301650. OLE color: 10301650.

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

Color convert

RGB 210 48 157 -
CMYK 0 0.77 0.25 0.18
HSL 319.63º 0.64% 0.51% -
HSV(B) 319.63º 0.77% 0.82% -
XYZ 33.72 18.25 33.64 -
YUV 108.86 155.17 200.14 -
System Red Green Blue C M Y K H S L
Decimal 210 48 157 0 0.77 0.25 0.18 319.63 0.64 0.51
Hex D2 30 9D 0 4D 19 12 140 40 33
Octal 322 60 235 0 115 31 22 500 100 63
Binary 11010010 110000 10011101 0 1001101 11001 10010 101000000 1000000 110011

Color Harmonies of #D2309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2309D

Black with #D2309D

Text Example


Text Example

White with #D2309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2309D; }

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

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

background-color css

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

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

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

border-color css

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

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

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