Html Css Color HEX #D03F6E Cabaret

📋 copy color: '#D03F6E'

red 208 ◦ green 63 ◦ blue 110

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

Shades of Cabaret #D03F6E

Tints of Cabaret #D03F6E

RGB

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

 GREEN value IS 63 (25% from 255) = 16.54%

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 54.59%
G = 16.54%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D03F6E (or 0xD03F6E) is known color: Cabaret. HEX triplet: D0, 3F and 6E. RGB value is (208,63,110). Sum of RGB (Red+Green+Blue) = 208+63+110=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03F6E is #2FC091. Grayscale: #6F6F6F. Windows color (decimal): -3129490 or 7225296. OLE color: 7225296.

HSL color Cylindrical-coordinate representation of color #D03F6E: hue angle of 340.55º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03F6E is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 63 110 -
CMYK 0 0.70 0.47 0.18
HSL 340.55º 0.61% 0.53% -
HSV(B) 340.55º 0.7% 0.82% -
XYZ 30.6 18.09 16.63 -
YUV 111.71 127.04 196.68 -
System Red Green Blue C M Y K H S L
Decimal 208 63 110 0 0.70 0.47 0.18 340.55 0.61 0.53
Hex D0 3F 6E 0 46 2F 12 155 3D 35
Octal 320 77 156 0 106 57 22 525 75 65
Binary 11010000 111111 1101110 0 1000110 101111 10010 101010101 111101 110101

Color Harmonies of #D03F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F6E

Black with #D03F6E

Text Example


Text Example

White with #D03F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F6E; }

 p { color: rgb(208,63,110); }

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

background-color css

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

 a { background-color: rgb(208,63,110); }

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

border-color css

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

 span { border-color: rgb(208,63,110); }

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