Html Css Color HEX #D24A6C Cabaret

📋 copy color: '#D24A6C'

red 210 ◦ green 74 ◦ blue 108

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

Shades of Cabaret #D24A6C

Tints of Cabaret #D24A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.55%

R = 53.57%
G = 18.88%
B = 27.55%

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

#D24A6C (or 0xD24A6C) is known color: Cabaret. HEX triplet: D2, 4A and 6C. RGB value is (210,74,108). Sum of RGB (Red+Green+Blue) = 210+74+108=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A6C is #2DB593. Grayscale: #767676. Windows color (decimal): -2995604 or 7097042. OLE color: 7097042.

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

Color convert

RGB 210 74 108 -
CMYK 0 0.65 0.49 0.18
HSL 345º 0.6% 0.56% -
HSV(B) 345º 0.65% 0.82% -
XYZ 31.73 19.68 16.31 -
YUV 118.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 210 74 108 0 0.65 0.49 0.18 345 0.6 0.56
Hex D2 4A 6C 0 41 31 12 159 3C 38
Octal 322 112 154 0 101 61 22 531 74 70
Binary 11010010 1001010 1101100 0 1000001 110001 10010 101011001 111100 111000

Color Harmonies of #D24A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A6C

Black with #D24A6C

Text Example


Text Example

White with #D24A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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