Html Css Color HEX #D0308E Deep Cerise

📋 copy color: '#D0308E'

red 208 ◦ green 48 ◦ blue 142

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

Shades of Deep Cerise #D0308E

Tints of Deep Cerise #D0308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.68%

R = 52.26%
G = 12.06%
B = 35.68%

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

#D0308E (or 0xD0308E) is known color: Deep Cerise. HEX triplet: D0, 30 and 8E. RGB value is (208,48,142). Sum of RGB (Red+Green+Blue) = 208+48+142=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0308E is #2FCF71. Grayscale: #6A6A6A. Windows color (decimal): -3133298 or 9318608. OLE color: 9318608.

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

Color convert

RGB 208 48 142 -
CMYK 0 0.77 0.32 0.18
HSL 324.75º 0.63% 0.5% -
HSV(B) 324.75º 0.77% 0.82% -
XYZ 31.95 17.48 27.28 -
YUV 106.56 148.01 200.36 -
System Red Green Blue C M Y K H S L
Decimal 208 48 142 0 0.77 0.32 0.18 324.75 0.63 0.5
Hex D0 30 8E 0 4D 20 12 145 3F 32
Octal 320 60 216 0 115 40 22 505 77 62
Binary 11010000 110000 10001110 0 1001101 100000 10010 101000101 111111 110010

Color Harmonies of #D0308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0308E

Black with #D0308E

Text Example


Text Example

White with #D0308E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0308E; }

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

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

background-color css

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

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

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

border-color css

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

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

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