Html Css Color HEX #DF58AD Brilliant Rose

📋 copy color: '#DF58AD'

red 223 ◦ green 88 ◦ blue 173

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

Shades of Brilliant Rose #DF58AD

Tints of Brilliant Rose #DF58AD

RGB

 RED value IS 223 (87.5% from 255) = 46.07%

 GREEN value IS 88 (34.77% from 255) = 18.18%

 BLUE value IS 173 (67.97% from 255) = 35.74%

R = 46.07%
G = 18.18%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF58AD (or 0xDF58AD) is known color: Brilliant Rose. HEX triplet: DF, 58 and AD. RGB value is (223,88,173). Sum of RGB (Red+Green+Blue) = 223+88+173=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF58AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF58AD is #20A752. Grayscale: #898989. Windows color (decimal): -2139987 or 11360479. OLE color: 11360479.

HSL color Cylindrical-coordinate representation of color #DF58AD: hue angle of 322.22º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF58AD is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 88 173 -
CMYK 0 0.61 0.22 0.13
HSL 322.22º 0.68% 0.61% -
HSV(B) 322.22º 0.61% 0.87% -
XYZ 41.46 25.68 42.31 -
YUV 138.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 223 88 173 0 0.61 0.22 0.13 322.22 0.68 0.61
Hex DF 58 AD 0 3D 16 D 142 44 3D
Octal 337 130 255 0 75 26 15 502 104 75
Binary 11011111 1011000 10101101 0 111101 10110 1101 101000010 1000100 111101

Color Harmonies of #DF58AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF58AD

Black with #DF58AD

Text Example


Text Example

White with #DF58AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF58AD; }

 p { color: rgb(223,88,173); }

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

background-color css

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

 a { background-color: rgb(223,88,173); }

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

border-color css

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

 span { border-color: rgb(223,88,173); }

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