Html Css Color HEX #D24C6B Cabaret

📋 copy color: '#D24C6B'

red 210 ◦ green 76 ◦ blue 107

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

Shades of Cabaret #D24C6B

Tints of Cabaret #D24C6B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.34%

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

R = 53.44%
G = 19.34%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D24C6B (or 0xD24C6B) is known color: Cabaret. HEX triplet: D2, 4C and 6B. RGB value is (210,76,107). Sum of RGB (Red+Green+Blue) = 210+76+107=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24C6B is #2DB394. Grayscale: #777777. Windows color (decimal): -2995093 or 7032018. OLE color: 7032018.

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

Color convert

RGB 210 76 107 -
CMYK 0 0.64 0.49 0.18
HSL 346.12º 0.6% 0.56% -
HSV(B) 346.12º 0.64% 0.82% -
XYZ 31.82 19.93 16.08 -
YUV 119.6 120.89 192.48 -
System Red Green Blue C M Y K H S L
Decimal 210 76 107 0 0.64 0.49 0.18 346.12 0.6 0.56
Hex D2 4C 6B 0 40 31 12 15A 3C 38
Octal 322 114 153 0 100 61 22 532 74 70
Binary 11010010 1001100 1101011 0 1000000 110001 10010 101011010 111100 111000

Color Harmonies of #D24C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C6B

Black with #D24C6B

Text Example


Text Example

White with #D24C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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