Html Css Color HEX #D2626B Cabaret

📋 copy color: '#D2626B'

red 210 ◦ green 98 ◦ blue 107

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

Shades of Cabaret #D2626B

Tints of Cabaret #D2626B

RGB

 RED value IS 210 (82.42% from 255) = 50.6%

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

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

R = 50.6%
G = 23.61%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2626B (or 0xD2626B) is known color: Cabaret. HEX triplet: D2, 62 and 6B. RGB value is (210,98,107). Sum of RGB (Red+Green+Blue) = 210+98+107=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D2626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2626B is #2D9D94. Grayscale: #848484. Windows color (decimal): -2989461 or 7037650. OLE color: 7037650.

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

Color convert

RGB 210 98 107 -
CMYK 0 0.53 0.49 0.18
HSL 355.18º 0.55% 0.6% -
HSV(B) 355.18º 0.53% 0.82% -
XYZ 33.6 23.5 16.67 -
YUV 132.51 113.61 183.27 -
System Red Green Blue C M Y K H S L
Decimal 210 98 107 0 0.53 0.49 0.18 355.18 0.55 0.6
Hex D2 62 6B 0 35 31 12 163 37 3C
Octal 322 142 153 0 65 61 22 543 67 74
Binary 11010010 1100010 1101011 0 110101 110001 10010 101100011 110111 111100

Color Harmonies of #D2626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2626B

Black with #D2626B

Text Example


Text Example

White with #D2626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2626B; }

 p { color: rgb(210,98,107); }

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

background-color css

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

 a { background-color: rgb(210,98,107); }

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

border-color css

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

 span { border-color: rgb(210,98,107); }

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