Html Css Color HEX #D0626C Cabaret

📋 copy color: '#D0626C'

red 208 ◦ green 98 ◦ blue 108

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

Shades of Cabaret #D0626C

Tints of Cabaret #D0626C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.09%

R = 50.24%
G = 23.67%
B = 26.09%

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

#D0626C (or 0xD0626C) is known color: Cabaret. HEX triplet: D0, 62 and 6C. RGB value is (208,98,108). Sum of RGB (Red+Green+Blue) = 208+98+108=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0626C is #2F9D93. Grayscale: #848484. Windows color (decimal): -3120532 or 7103184. OLE color: 7103184.

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

Color convert

RGB 208 98 108 -
CMYK 0 0.53 0.48 0.18
HSL 354.55º 0.54% 0.6% -
HSV(B) 354.55º 0.53% 0.82% -
XYZ 33.09 23.23 16.93 -
YUV 132.03 114.44 182.19 -
System Red Green Blue C M Y K H S L
Decimal 208 98 108 0 0.53 0.48 0.18 354.55 0.54 0.6
Hex D0 62 6C 0 35 30 12 163 36 3C
Octal 320 142 154 0 65 60 22 543 66 74
Binary 11010000 1100010 1101100 0 110101 110000 10010 101100011 110110 111100

Color Harmonies of #D0626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0626C

Black with #D0626C

Text Example


Text Example

White with #D0626C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0626C; }

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

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

background-color css

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

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

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

border-color css

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

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

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