Html Css Color HEX #D0308D Deep Cerise

📋 copy color: '#D0308D'

red 208 ◦ green 48 ◦ blue 141

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

Shades of Deep Cerise #D0308D

Tints of Deep Cerise #D0308D

RGB

 RED value IS 208 (81.64% from 255) = 52.39%

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

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 52.39%
G = 12.09%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0308D (or 0xD0308D) is known color: Deep Cerise. HEX triplet: D0, 30 and 8D. RGB value is (208,48,141). Sum of RGB (Red+Green+Blue) = 208+48+141=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0308D is #2FCF72. Grayscale: #6A6A6A. Windows color (decimal): -3133299 or 9253072. OLE color: 9253072.

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

Color convert

RGB 208 48 141 -
CMYK 0 0.77 0.32 0.18
HSL 325.13º 0.63% 0.5% -
HSV(B) 325.13º 0.77% 0.82% -
XYZ 31.88 17.45 26.89 -
YUV 106.44 147.51 200.44 -
System Red Green Blue C M Y K H S L
Decimal 208 48 141 0 0.77 0.32 0.18 325.13 0.63 0.5
Hex D0 30 8D 0 4D 20 12 145 3F 32
Octal 320 60 215 0 115 40 22 505 77 62
Binary 11010000 110000 10001101 0 1001101 100000 10010 101000101 111111 110010

Color Harmonies of #D0308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0308D

Black with #D0308D

Text Example


Text Example

White with #D0308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0308D; }

 p { color: rgb(208,48,141); }

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

background-color css

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

 a { background-color: rgb(208,48,141); }

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

border-color css

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

 span { border-color: rgb(208,48,141); }

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