Html Css Color HEX #DF5BAD Brilliant Rose

📋 copy color: '#DF5BAD'

red 223 ◦ green 91 ◦ blue 173

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

Shades of Brilliant Rose #DF5BAD

Tints of Brilliant Rose #DF5BAD

RGB

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

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

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

R = 45.79%
G = 18.69%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF5BAD (or 0xDF5BAD) is known color: Brilliant Rose. HEX triplet: DF, 5B and AD. RGB value is (223,91,173). Sum of RGB (Red+Green+Blue) = 223+91+173=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5BAD is #20A452. Grayscale: #8B8B8B. Windows color (decimal): -2139219 or 11361247. OLE color: 11361247.

HSL color Cylindrical-coordinate representation of color #DF5BAD: hue angle of 322.73º 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 #DF5BAD is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 91 173 -
CMYK 0 0.59 0.22 0.13
HSL 322.73º 0.67% 0.62% -
HSV(B) 322.73º 0.59% 0.87% -
XYZ 41.72 26.19 42.39 -
YUV 139.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 223 91 173 0 0.59 0.22 0.13 322.73 0.67 0.62
Hex DF 5B AD 0 3B 16 D 143 43 3E
Octal 337 133 255 0 73 26 15 503 103 76
Binary 11011111 1011011 10101101 0 111011 10110 1101 101000011 1000011 111110

Color Harmonies of #DF5BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5BAD

Black with #DF5BAD

Text Example


Text Example

White with #DF5BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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