Html Css Color HEX #D0306D Cerise

📋 copy color: '#D0306D'

red 208 ◦ green 48 ◦ blue 109

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

Shades of Cerise #D0306D

Tints of Cerise #D0306D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.86%

R = 56.99%
G = 13.15%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0306D (or 0xD0306D) is known color: Cerise. HEX triplet: D0, 30 and 6D. RGB value is (208,48,109). Sum of RGB (Red+Green+Blue) = 208+48+109=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0306D is #2FCF92. Grayscale: #666666. Windows color (decimal): -3133331 or 7155920. OLE color: 7155920.

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

Color convert

RGB 208 48 109 -
CMYK 0 0.77 0.48 0.18
HSL 337.13º 0.63% 0.5% -
HSV(B) 337.13º 0.77% 0.82% -
XYZ 29.83 16.63 16.11 -
YUV 102.79 131.51 203.04 -
System Red Green Blue C M Y K H S L
Decimal 208 48 109 0 0.77 0.48 0.18 337.13 0.63 0.5
Hex D0 30 6D 0 4D 30 12 151 3F 32
Octal 320 60 155 0 115 60 22 521 77 62
Binary 11010000 110000 1101101 0 1001101 110000 10010 101010001 111111 110010

Color Harmonies of #D0306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0306D

Black with #D0306D

Text Example


Text Example

White with #D0306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0306D; }

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

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

background-color css

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

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

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

border-color css

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

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

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