Html Css Color HEX #D2309E Deep Cerise

📋 copy color: '#D2309E'

red 210 ◦ green 48 ◦ blue 158

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

Shades of Deep Cerise #D2309E

Tints of Deep Cerise #D2309E

RGB

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

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

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

R = 50.48%
G = 11.54%
B = 37.98%

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

#D2309E (or 0xD2309E) is known color: Deep Cerise. HEX triplet: D2, 30 and 9E. RGB value is (210,48,158). Sum of RGB (Red+Green+Blue) = 210+48+158=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2309E is #2DCF61. Grayscale: #6C6C6C. Windows color (decimal): -3002210 or 10367186. OLE color: 10367186.

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

Color convert

RGB 210 48 158 -
CMYK 0 0.77 0.25 0.18
HSL 319.26º 0.64% 0.51% -
HSV(B) 319.26º 0.77% 0.82% -
XYZ 33.81 18.28 34.1 -
YUV 108.98 155.67 200.06 -
System Red Green Blue C M Y K H S L
Decimal 210 48 158 0 0.77 0.25 0.18 319.26 0.64 0.51
Hex D2 30 9E 0 4D 19 12 13F 40 33
Octal 322 60 236 0 115 31 22 477 100 63
Binary 11010010 110000 10011110 0 1001101 11001 10010 100111111 1000000 110011

Color Harmonies of #D2309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2309E

Black with #D2309E

Text Example


Text Example

White with #D2309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2309E; }

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

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

background-color css

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

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

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

border-color css

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

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

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