Html Css Color HEX #D25C75 Cabaret

📋 copy color: '#D25C75'

red 210 ◦ green 92 ◦ blue 117

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

Shades of Cabaret #D25C75

Tints of Cabaret #D25C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 50.12%
G = 21.96%
B = 27.92%

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

#D25C75 (or 0xD25C75) is known color: Cabaret. HEX triplet: D2, 5C and 75. RGB value is (210,92,117). Sum of RGB (Red+Green+Blue) = 210+92+117=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25C75 is #2DA38A. Grayscale: #828282. Windows color (decimal): -2990987 or 7691474. OLE color: 7691474.

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

Color convert

RGB 210 92 117 -
CMYK 0 0.56 0.44 0.18
HSL 347.29º 0.57% 0.59% -
HSV(B) 347.29º 0.56% 0.82% -
XYZ 33.62 22.64 19.43 -
YUV 130.13 120.59 184.97 -
System Red Green Blue C M Y K H S L
Decimal 210 92 117 0 0.56 0.44 0.18 347.29 0.57 0.59
Hex D2 5C 75 0 38 2C 12 15B 39 3B
Octal 322 134 165 0 70 54 22 533 71 73
Binary 11010010 1011100 1110101 0 111000 101100 10010 101011011 111001 111011

Color Harmonies of #D25C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25C75

Black with #D25C75

Text Example


Text Example

White with #D25C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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