Html Css Color HEX #D2466A Cabaret

📋 copy color: '#D2466A'

red 210 ◦ green 70 ◦ blue 106

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

Shades of Cabaret #D2466A

Tints of Cabaret #D2466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.13%

 BLUE value IS 106 (41.8% from 255) = 27.46%

R = 54.4%
G = 18.13%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2466A (or 0xD2466A) is known color: Cabaret. HEX triplet: D2, 46 and 6A. RGB value is (210,70,106). Sum of RGB (Red+Green+Blue) = 210+70+106=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2466A is #2DB995. Grayscale: #737373. Windows color (decimal): -2996630 or 6964946. OLE color: 6964946.

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

Color convert

RGB 210 70 106 -
CMYK 0 0.67 0.50 0.18
HSL 344.57º 0.61% 0.55% -
HSV(B) 344.57º 0.67% 0.82% -
XYZ 31.37 19.12 15.67 -
YUV 115.96 122.38 195.07 -
System Red Green Blue C M Y K H S L
Decimal 210 70 106 0 0.67 0.50 0.18 344.57 0.61 0.55
Hex D2 46 6A 0 43 32 12 159 3D 37
Octal 322 106 152 0 103 62 22 531 75 67
Binary 11010010 1000110 1101010 0 1000011 110010 10010 101011001 111101 110111

Color Harmonies of #D2466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2466A

Black with #D2466A

Text Example


Text Example

White with #D2466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2466A; }

 p { color: rgb(210,70,106); }

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

background-color css

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

 a { background-color: rgb(210,70,106); }

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

border-color css

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

 span { border-color: rgb(210,70,106); }

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