Html Css Color HEX #D24A6B Cabaret

📋 copy color: '#D24A6B'

red 210 ◦ green 74 ◦ blue 107

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

Shades of Cabaret #D24A6B

Tints of Cabaret #D24A6B

RGB

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

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

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

R = 53.71%
G = 18.93%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D24A6B (or 0xD24A6B) is known color: Cabaret. HEX triplet: D2, 4A and 6B. RGB value is (210,74,107). Sum of RGB (Red+Green+Blue) = 210+74+107=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A6B is #2DB594. Grayscale: #767676. Windows color (decimal): -2995605 or 7031506. OLE color: 7031506.

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

Color convert

RGB 210 74 107 -
CMYK 0 0.65 0.49 0.18
HSL 345.44º 0.6% 0.56% -
HSV(B) 345.44º 0.65% 0.82% -
XYZ 31.68 19.66 16.04 -
YUV 118.43 121.56 193.32 -
System Red Green Blue C M Y K H S L
Decimal 210 74 107 0 0.65 0.49 0.18 345.44 0.6 0.56
Hex D2 4A 6B 0 41 31 12 159 3C 38
Octal 322 112 153 0 101 61 22 531 74 70
Binary 11010010 1001010 1101011 0 1000001 110001 10010 101011001 111100 111000

Color Harmonies of #D24A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A6B

Black with #D24A6B

Text Example


Text Example

White with #D24A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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