Html Css Color HEX #D24C6C Cabaret

📋 copy color: '#D24C6C'

red 210 ◦ green 76 ◦ blue 108

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

Shades of Cabaret #D24C6C

Tints of Cabaret #D24C6C

RGB

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

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

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

R = 53.3%
G = 19.29%
B = 27.41%

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

#D24C6C (or 0xD24C6C) is known color: Cabaret. HEX triplet: D2, 4C and 6C. RGB value is (210,76,108). Sum of RGB (Red+Green+Blue) = 210+76+108=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24C6C is #2DB393. Grayscale: #777777. Windows color (decimal): -2995092 or 7097554. OLE color: 7097554.

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

Color convert

RGB 210 76 108 -
CMYK 0 0.64 0.49 0.18
HSL 345.67º 0.6% 0.56% -
HSV(B) 345.67º 0.64% 0.82% -
XYZ 31.87 19.95 16.36 -
YUV 119.71 121.39 192.4 -
System Red Green Blue C M Y K H S L
Decimal 210 76 108 0 0.64 0.49 0.18 345.67 0.6 0.56
Hex D2 4C 6C 0 40 31 12 15A 3C 38
Octal 322 114 154 0 100 61 22 532 74 70
Binary 11010010 1001100 1101100 0 1000000 110001 10010 101011010 111100 111000

Color Harmonies of #D24C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C6C

Black with #D24C6C

Text Example


Text Example

White with #D24C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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