Html Css Color HEX #DF5AAB Brilliant Rose

📋 copy color: '#DF5AAB'

red 223 ◦ green 90 ◦ blue 171

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

Shades of Brilliant Rose #DF5AAB

Tints of Brilliant Rose #DF5AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.6%

 BLUE value IS 171 (67.19% from 255) = 35.33%

R = 46.07%
G = 18.6%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF5AAB (or 0xDF5AAB) is known color: Brilliant Rose. HEX triplet: DF, 5A and AB. RGB value is (223,90,171). Sum of RGB (Red+Green+Blue) = 223+90+171=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5AAB is #20A554. Grayscale: #8A8A8A. Windows color (decimal): -2139477 or 11229919. OLE color: 11229919.

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

Color convert

RGB 223 90 171 -
CMYK 0 0.60 0.23 0.13
HSL 323.46º 0.68% 0.61% -
HSV(B) 323.46º 0.6% 0.87% -
XYZ 41.44 25.94 41.35 -
YUV 139 146.06 187.91 -
System Red Green Blue C M Y K H S L
Decimal 223 90 171 0 0.60 0.23 0.13 323.46 0.68 0.61
Hex DF 5A AB 0 3C 17 D 143 44 3D
Octal 337 132 253 0 74 27 15 503 104 75
Binary 11011111 1011010 10101011 0 111100 10111 1101 101000011 1000100 111101

Color Harmonies of #DF5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5AAB

Black with #DF5AAB

Text Example


Text Example

White with #DF5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5AAB; }

 p { color: rgb(223,90,171); }

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

background-color css

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

 a { background-color: rgb(223,90,171); }

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

border-color css

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

 span { border-color: rgb(223,90,171); }

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