Html Css Color HEX #D0436B Cabaret

📋 copy color: '#D0436B'

red 208 ◦ green 67 ◦ blue 107

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

Shades of Cabaret #D0436B

Tints of Cabaret #D0436B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.54%

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 54.45%
G = 17.54%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0436B (or 0xD0436B) is known color: Cabaret. HEX triplet: D0, 43 and 6B. RGB value is (208,67,107). Sum of RGB (Red+Green+Blue) = 208+67+107=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0436B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0436B is #2FBC94. Grayscale: #717171. Windows color (decimal): -3128469 or 7029712. OLE color: 7029712.

HSL color Cylindrical-coordinate representation of color #D0436B: hue angle of 342.98º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0436B is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 67 107 -
CMYK 0 0.68 0.49 0.18
HSL 342.98º 0.6% 0.54% -
HSV(B) 342.98º 0.68% 0.82% -
XYZ 30.67 18.49 15.86 -
YUV 113.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 208 67 107 0 0.68 0.49 0.18 342.98 0.6 0.54
Hex D0 43 6B 0 44 31 12 157 3C 36
Octal 320 103 153 0 104 61 22 527 74 66
Binary 11010000 1000011 1101011 0 1000100 110001 10010 101010111 111100 110110

Color Harmonies of #D0436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0436B

Black with #D0436B

Text Example


Text Example

White with #D0436B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0436B; }

 p { color: rgb(208,67,107); }

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

background-color css

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

 a { background-color: rgb(208,67,107); }

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

border-color css

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

 span { border-color: rgb(208,67,107); }

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