Html Css Color HEX #D03F6F Cabaret

📋 copy color: '#D03F6F'

red 208 ◦ green 63 ◦ blue 111

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

Shades of Cabaret #D03F6F

Tints of Cabaret #D03F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 54.45%
G = 16.49%
B = 29.06%

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

#D03F6F (or 0xD03F6F) is known color: Cabaret. HEX triplet: D0, 3F and 6F. RGB value is (208,63,111). Sum of RGB (Red+Green+Blue) = 208+63+111=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03F6F is #2FC090. Grayscale: #6F6F6F. Windows color (decimal): -3129489 or 7290832. OLE color: 7290832.

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

Color convert

RGB 208 63 111 -
CMYK 0 0.70 0.47 0.18
HSL 340.14º 0.61% 0.53% -
HSV(B) 340.14º 0.7% 0.82% -
XYZ 30.66 18.11 16.92 -
YUV 111.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 208 63 111 0 0.70 0.47 0.18 340.14 0.61 0.53
Hex D0 3F 6F 0 46 2F 12 154 3D 35
Octal 320 77 157 0 106 57 22 524 75 65
Binary 11010000 111111 1101111 0 1000110 101111 10010 101010100 111101 110101

Color Harmonies of #D03F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F6F

Black with #D03F6F

Text Example


Text Example

White with #D03F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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