Html Css Color HEX #D25673 Cabaret

📋 copy color: '#D25673'

red 210 ◦ green 86 ◦ blue 115

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

Shades of Cabaret #D25673

Tints of Cabaret #D25673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.92%

 BLUE value IS 115 (45.31% from 255) = 27.98%

R = 51.09%
G = 20.92%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D25673 (or 0xD25673) is known color: Cabaret. HEX triplet: D2, 56 and 73. RGB value is (210,86,115). Sum of RGB (Red+Green+Blue) = 210+86+115=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D25673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25673 is #2DA98C. Grayscale: #7E7E7E. Windows color (decimal): -2992525 or 7558866. OLE color: 7558866.

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

Color convert

RGB 210 86 115 -
CMYK 0 0.59 0.45 0.18
HSL 345.97º 0.58% 0.58% -
HSV(B) 345.97º 0.59% 0.82% -
XYZ 33 21.6 18.65 -
YUV 126.38 121.58 187.64 -
System Red Green Blue C M Y K H S L
Decimal 210 86 115 0 0.59 0.45 0.18 345.97 0.58 0.58
Hex D2 56 73 0 3B 2D 12 15A 3A 3A
Octal 322 126 163 0 73 55 22 532 72 72
Binary 11010010 1010110 1110011 0 111011 101101 10010 101011010 111010 111010

Color Harmonies of #D25673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25673

Black with #D25673

Text Example


Text Example

White with #D25673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25673; }

 p { color: rgb(210,86,115); }

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

background-color css

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

 a { background-color: rgb(210,86,115); }

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

border-color css

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

 span { border-color: rgb(210,86,115); }

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