Html Css Color HEX #D25C76 Cabaret

📋 copy color: '#D25C76'

red 210 ◦ green 92 ◦ blue 118

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

Shades of Cabaret #D25C76

Tints of Cabaret #D25C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.9%

 BLUE value IS 118 (46.48% from 255) = 28.1%

R = 50%
G = 21.9%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D25C76 (or 0xD25C76) is known color: Cabaret. HEX triplet: D2, 5C and 76. RGB value is (210,92,118). Sum of RGB (Red+Green+Blue) = 210+92+118=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25C76 is #2DA389. Grayscale: #828282. Windows color (decimal): -2990986 or 7757010. OLE color: 7757010.

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

Color convert

RGB 210 92 118 -
CMYK 0 0.56 0.44 0.18
HSL 346.78º 0.57% 0.59% -
HSV(B) 346.78º 0.56% 0.82% -
XYZ 33.68 22.66 19.74 -
YUV 130.25 121.09 184.89 -
System Red Green Blue C M Y K H S L
Decimal 210 92 118 0 0.56 0.44 0.18 346.78 0.57 0.59
Hex D2 5C 76 0 38 2C 12 15B 39 3B
Octal 322 134 166 0 70 54 22 533 71 73
Binary 11010010 1011100 1110110 0 111000 101100 10010 101011011 111001 111011

Color Harmonies of #D25C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25C76

Black with #D25C76

Text Example


Text Example

White with #D25C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25C76; }

 p { color: rgb(210,92,118); }

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

background-color css

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

 a { background-color: rgb(210,92,118); }

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

border-color css

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

 span { border-color: rgb(210,92,118); }

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