Html Css Color HEX #D0626D Cabaret

📋 copy color: '#D0626D'

red 208 ◦ green 98 ◦ blue 109

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

Shades of Cabaret #D0626D

Tints of Cabaret #D0626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.61%

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

R = 50.12%
G = 23.61%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0626D (or 0xD0626D) is known color: Cabaret. HEX triplet: D0, 62 and 6D. RGB value is (208,98,109). Sum of RGB (Red+Green+Blue) = 208+98+109=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0626D is #2F9D92. Grayscale: #848484. Windows color (decimal): -3120531 or 7168720. OLE color: 7168720.

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

Color convert

RGB 208 98 109 -
CMYK 0 0.53 0.48 0.18
HSL 354º 0.54% 0.6% -
HSV(B) 354º 0.53% 0.82% -
XYZ 33.14 23.25 17.21 -
YUV 132.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 208 98 109 0 0.53 0.48 0.18 354 0.54 0.6
Hex D0 62 6D 0 35 30 12 162 36 3C
Octal 320 142 155 0 65 60 22 542 66 74
Binary 11010000 1100010 1101101 0 110101 110000 10010 101100010 110110 111100

Color Harmonies of #D0626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0626D

Black with #D0626D

Text Example


Text Example

White with #D0626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0626D; }

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

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

background-color css

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

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

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

border-color css

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

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

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