Html Css Color HEX #D2309F Deep Cerise

📋 copy color: '#D2309F'

red 210 ◦ green 48 ◦ blue 159

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

Shades of Deep Cerise #D2309F

Tints of Deep Cerise #D2309F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 50.36%
G = 11.51%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D2309F (or 0xD2309F) is known color: Deep Cerise. HEX triplet: D2, 30 and 9F. RGB value is (210,48,159). Sum of RGB (Red+Green+Blue) = 210+48+159=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2309F is #2DCF60. Grayscale: #6C6C6C. Windows color (decimal): -3002209 or 10432722. OLE color: 10432722.

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

Color convert

RGB 210 48 159 -
CMYK 0 0.77 0.24 0.18
HSL 318.89º 0.64% 0.51% -
HSV(B) 318.89º 0.77% 0.82% -
XYZ 33.89 18.32 34.55 -
YUV 109.09 156.17 199.97 -
System Red Green Blue C M Y K H S L
Decimal 210 48 159 0 0.77 0.24 0.18 318.89 0.64 0.51
Hex D2 30 9F 0 4D 18 12 13F 40 33
Octal 322 60 237 0 115 30 22 477 100 63
Binary 11010010 110000 10011111 0 1001101 11000 10010 100111111 1000000 110011

Color Harmonies of #D2309F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2309F

Black with #D2309F

Text Example


Text Example

White with #D2309F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2309F; }

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

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

background-color css

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

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

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

border-color css

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

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

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