Html Css Color HEX #D24A6A Cabaret

📋 copy color: '#D24A6A'

red 210 ◦ green 74 ◦ blue 106

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

Shades of Cabaret #D24A6A

Tints of Cabaret #D24A6A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.97%

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

R = 53.85%
G = 18.97%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D24A6A (or 0xD24A6A) is known color: Cabaret. HEX triplet: D2, 4A and 6A. RGB value is (210,74,106). Sum of RGB (Red+Green+Blue) = 210+74+106=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A6A is #2DB595. Grayscale: #767676. Windows color (decimal): -2995606 or 6965970. OLE color: 6965970.

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

Color convert

RGB 210 74 106 -
CMYK 0 0.65 0.50 0.18
HSL 345.88º 0.6% 0.56% -
HSV(B) 345.88º 0.65% 0.82% -
XYZ 31.63 19.64 15.76 -
YUV 118.31 121.06 193.4 -
System Red Green Blue C M Y K H S L
Decimal 210 74 106 0 0.65 0.50 0.18 345.88 0.6 0.56
Hex D2 4A 6A 0 41 32 12 15A 3C 38
Octal 322 112 152 0 101 62 22 532 74 70
Binary 11010010 1001010 1101010 0 1000001 110010 10010 101011010 111100 111000

Color Harmonies of #D24A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A6A

Black with #D24A6A

Text Example


Text Example

White with #D24A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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