Html Css Color HEX #D24A6D Cabaret

📋 copy color: '#D24A6D'

red 210 ◦ green 74 ◦ blue 109

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

Shades of Cabaret #D24A6D

Tints of Cabaret #D24A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.74%

R = 53.44%
G = 18.83%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D24A6D (or 0xD24A6D) is known color: Cabaret. HEX triplet: D2, 4A and 6D. RGB value is (210,74,109). Sum of RGB (Red+Green+Blue) = 210+74+109=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A6D is #2DB592. Grayscale: #767676. Windows color (decimal): -2995603 or 7162578. OLE color: 7162578.

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

Color convert

RGB 210 74 109 -
CMYK 0 0.65 0.48 0.18
HSL 344.56º 0.6% 0.56% -
HSV(B) 344.56º 0.65% 0.82% -
XYZ 31.79 19.7 16.6 -
YUV 118.65 122.56 193.15 -
System Red Green Blue C M Y K H S L
Decimal 210 74 109 0 0.65 0.48 0.18 344.56 0.6 0.56
Hex D2 4A 6D 0 41 30 12 159 3C 38
Octal 322 112 155 0 101 60 22 531 74 70
Binary 11010010 1001010 1101101 0 1000001 110000 10010 101011001 111100 111000

Color Harmonies of #D24A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A6D

Black with #D24A6D

Text Example


Text Example

White with #D24A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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