Html Css Color HEX #D24B68 Cabaret

📋 copy color: '#D24B68'

red 210 ◦ green 75 ◦ blue 104

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

Shades of Cabaret #D24B68

Tints of Cabaret #D24B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.28%

 BLUE value IS 104 (41.02% from 255) = 26.74%

R = 53.98%
G = 19.28%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D24B68 (or 0xD24B68) is known color: Cabaret. HEX triplet: D2, 4B and 68. RGB value is (210,75,104). Sum of RGB (Red+Green+Blue) = 210+75+104=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D24B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24B68 is #2DB497. Grayscale: #767676. Windows color (decimal): -2995352 or 6835154. OLE color: 6835154.

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

Color convert

RGB 210 75 104 -
CMYK 0 0.64 0.50 0.18
HSL 347.11º 0.6% 0.56% -
HSV(B) 347.11º 0.64% 0.82% -
XYZ 31.59 19.73 15.24 -
YUV 118.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 210 75 104 0 0.64 0.50 0.18 347.11 0.6 0.56
Hex D2 4B 68 0 40 32 12 15B 3C 38
Octal 322 113 150 0 100 62 22 533 74 70
Binary 11010010 1001011 1101000 0 1000000 110010 10010 101011011 111100 111000

Color Harmonies of #D24B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24B68

Black with #D24B68

Text Example


Text Example

White with #D24B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24B68; }

 p { color: rgb(210,75,104); }

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

background-color css

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

 a { background-color: rgb(210,75,104); }

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

border-color css

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

 span { border-color: rgb(210,75,104); }

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