Html Css Color HEX #D2446E Cabaret

📋 copy color: '#D2446E'

red 210 ◦ green 68 ◦ blue 110

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

Shades of Cabaret #D2446E

Tints of Cabaret #D2446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.53%

 BLUE value IS 110 (43.36% from 255) = 28.35%

R = 54.12%
G = 17.53%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2446E (or 0xD2446E) is known color: Cabaret. HEX triplet: D2, 44 and 6E. RGB value is (210,68,110). Sum of RGB (Red+Green+Blue) = 210+68+110=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D2446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2446E is #2DBB91. Grayscale: #737373. Windows color (decimal): -2997138 or 7226578. OLE color: 7226578.

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

Color convert

RGB 210 68 110 -
CMYK 0 0.68 0.48 0.18
HSL 342.25º 0.61% 0.55% -
HSV(B) 342.25º 0.68% 0.82% -
XYZ 31.46 18.96 16.75 -
YUV 115.25 125.04 195.58 -
System Red Green Blue C M Y K H S L
Decimal 210 68 110 0 0.68 0.48 0.18 342.25 0.61 0.55
Hex D2 44 6E 0 44 30 12 156 3D 37
Octal 322 104 156 0 104 60 22 526 75 67
Binary 11010010 1000100 1101110 0 1000100 110000 10010 101010110 111101 110111

Color Harmonies of #D2446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2446E

Black with #D2446E

Text Example


Text Example

White with #D2446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2446E; }

 p { color: rgb(210,68,110); }

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

background-color css

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

 a { background-color: rgb(210,68,110); }

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

border-color css

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

 span { border-color: rgb(210,68,110); }

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