Html Css Color HEX #DF5BAC Brilliant Rose

📋 copy color: '#DF5BAC'

red 223 ◦ green 91 ◦ blue 172

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

Shades of Brilliant Rose #DF5BAC

Tints of Brilliant Rose #DF5BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.72%

 BLUE value IS 172 (67.58% from 255) = 35.39%

R = 45.88%
G = 18.72%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF5BAC (or 0xDF5BAC) is known color: Brilliant Rose. HEX triplet: DF, 5B and AC. RGB value is (223,91,172). Sum of RGB (Red+Green+Blue) = 223+91+172=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5BAC is #20A453. Grayscale: #8B8B8B. Windows color (decimal): -2139220 or 11295711. OLE color: 11295711.

HSL color Cylindrical-coordinate representation of color #DF5BAC: hue angle of 323.18º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5BAC is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 91 172 -
CMYK 0 0.59 0.23 0.13
HSL 323.18º 0.67% 0.62% -
HSV(B) 323.18º 0.59% 0.87% -
XYZ 41.62 26.15 41.88 -
YUV 139.7 146.23 187.41 -
System Red Green Blue C M Y K H S L
Decimal 223 91 172 0 0.59 0.23 0.13 323.18 0.67 0.62
Hex DF 5B AC 0 3B 17 D 143 43 3E
Octal 337 133 254 0 73 27 15 503 103 76
Binary 11011111 1011011 10101100 0 111011 10111 1101 101000011 1000011 111110

Color Harmonies of #DF5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5BAC

Black with #DF5BAC

Text Example


Text Example

White with #DF5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5BAC; }

 p { color: rgb(223,91,172); }

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

background-color css

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

 a { background-color: rgb(223,91,172); }

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

border-color css

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

 span { border-color: rgb(223,91,172); }

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