Html Css Color HEX #D0308B Deep Cerise

📋 copy color: '#D0308B'

red 208 ◦ green 48 ◦ blue 139

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

Shades of Deep Cerise #D0308B

Tints of Deep Cerise #D0308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 52.66%
G = 12.15%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0308B (or 0xD0308B) is known color: Deep Cerise. HEX triplet: D0, 30 and 8B. RGB value is (208,48,139). Sum of RGB (Red+Green+Blue) = 208+48+139=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0308B is #2FCF74. Grayscale: #6A6A6A. Windows color (decimal): -3133301 or 9122000. OLE color: 9122000.

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

Color convert

RGB 208 48 139 -
CMYK 0 0.77 0.33 0.18
HSL 325.88º 0.63% 0.5% -
HSV(B) 325.88º 0.77% 0.82% -
XYZ 31.73 17.39 26.11 -
YUV 106.21 146.51 200.6 -
System Red Green Blue C M Y K H S L
Decimal 208 48 139 0 0.77 0.33 0.18 325.88 0.63 0.5
Hex D0 30 8B 0 4D 21 12 146 3F 32
Octal 320 60 213 0 115 41 22 506 77 62
Binary 11010000 110000 10001011 0 1001101 100001 10010 101000110 111111 110010

Color Harmonies of #D0308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0308B

Black with #D0308B

Text Example


Text Example

White with #D0308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0308B; }

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

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

background-color css

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

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

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

border-color css

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

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

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