Html Css Color HEX #D24B6B Cabaret

📋 copy color: '#D24B6B'

red 210 ◦ green 75 ◦ blue 107

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

Shades of Cabaret #D24B6B

Tints of Cabaret #D24B6B

RGB

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

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

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

R = 53.57%
G = 19.13%
B = 27.3%

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

#D24B6B (or 0xD24B6B) is known color: Cabaret. HEX triplet: D2, 4B and 6B. RGB value is (210,75,107). Sum of RGB (Red+Green+Blue) = 210+75+107=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D24B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24B6B is #2DB494. Grayscale: #777777. Windows color (decimal): -2995349 or 7031762. OLE color: 7031762.

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

Color convert

RGB 210 75 107 -
CMYK 0 0.64 0.49 0.18
HSL 345.78º 0.6% 0.56% -
HSV(B) 345.78º 0.64% 0.82% -
XYZ 31.75 19.8 16.06 -
YUV 119.01 121.23 192.9 -
System Red Green Blue C M Y K H S L
Decimal 210 75 107 0 0.64 0.49 0.18 345.78 0.6 0.56
Hex D2 4B 6B 0 40 31 12 15A 3C 38
Octal 322 113 153 0 100 61 22 532 74 70
Binary 11010010 1001011 1101011 0 1000000 110001 10010 101011010 111100 111000

Color Harmonies of #D24B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24B6B

Black with #D24B6B

Text Example


Text Example

White with #D24B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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