Html Css Color HEX #D0307D Deep Cerise

📋 copy color: '#D0307D'

red 208 ◦ green 48 ◦ blue 125

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

Shades of Deep Cerise #D0307D

Tints of Deep Cerise #D0307D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.81%

R = 54.59%
G = 12.6%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0307D (or 0xD0307D) is known color: Deep Cerise. HEX triplet: D0, 30 and 7D. RGB value is (208,48,125). Sum of RGB (Red+Green+Blue) = 208+48+125=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0307D is #2FCF82. Grayscale: #686868. Windows color (decimal): -3133315 or 8204496. OLE color: 8204496.

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

Color convert

RGB 208 48 125 -
CMYK 0 0.77 0.40 0.18
HSL 331.13º 0.63% 0.5% -
HSV(B) 331.13º 0.77% 0.82% -
XYZ 30.77 17 21.06 -
YUV 104.62 139.51 201.74 -
System Red Green Blue C M Y K H S L
Decimal 208 48 125 0 0.77 0.40 0.18 331.13 0.63 0.5
Hex D0 30 7D 0 4D 28 12 14B 3F 32
Octal 320 60 175 0 115 50 22 513 77 62
Binary 11010000 110000 1111101 0 1001101 101000 10010 101001011 111111 110010

Color Harmonies of #D0307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0307D

Black with #D0307D

Text Example


Text Example

White with #D0307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0307D; }

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

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

background-color css

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

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

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

border-color css

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

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

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