Html Css Color HEX #D03068 Cerise

📋 copy color: '#D03068'

red 208 ◦ green 48 ◦ blue 104

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

Shades of Cerise #D03068

Tints of Cerise #D03068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.89%

R = 57.78%
G = 13.33%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D03068 (or 0xD03068) is known color: Cerise. HEX triplet: D0, 30 and 68. RGB value is (208,48,104). Sum of RGB (Red+Green+Blue) = 208+48+104=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D03068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03068 is #2FCF97. Grayscale: #666666. Windows color (decimal): -3133336 or 6828240. OLE color: 6828240.

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

Color convert

RGB 208 48 104 -
CMYK 0 0.77 0.5 0.18
HSL 339º 0.63% 0.5% -
HSV(B) 339º 0.77% 0.82% -
XYZ 29.57 16.52 14.73 -
YUV 102.22 129.01 203.45 -
System Red Green Blue C M Y K H S L
Decimal 208 48 104 0 0.77 0.5 0.18 339 0.63 0.5
Hex D0 30 68 0 4D 32 12 153 3F 32
Octal 320 60 150 0 115 62 22 523 77 62
Binary 11010000 110000 1101000 0 1001101 110010 10010 101010011 111111 110010

Color Harmonies of #D03068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03068

Black with #D03068

Text Example


Text Example

White with #D03068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03068; }

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

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

background-color css

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

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

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

border-color css

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

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

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