Html Css Color HEX #DF5AAE Brilliant Rose

📋 copy color: '#DF5AAE'

red 223 ◦ green 90 ◦ blue 174

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

Shades of Brilliant Rose #DF5AAE

Tints of Brilliant Rose #DF5AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.73%

R = 45.79%
G = 18.48%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF5AAE (or 0xDF5AAE) is known color: Brilliant Rose. HEX triplet: DF, 5A and AE. RGB value is (223,90,174). Sum of RGB (Red+Green+Blue) = 223+90+174=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5AAE is #20A551. Grayscale: #8B8B8B. Windows color (decimal): -2139474 or 11426527. OLE color: 11426527.

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

Color convert

RGB 223 90 174 -
CMYK 0 0.60 0.22 0.13
HSL 322.11º 0.68% 0.61% -
HSV(B) 322.11º 0.6% 0.87% -
XYZ 41.73 26.06 42.87 -
YUV 139.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 223 90 174 0 0.60 0.22 0.13 322.11 0.68 0.61
Hex DF 5A AE 0 3C 16 D 142 44 3D
Octal 337 132 256 0 74 26 15 502 104 75
Binary 11011111 1011010 10101110 0 111100 10110 1101 101000010 1000100 111101

Color Harmonies of #DF5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5AAE

Black with #DF5AAE

Text Example


Text Example

White with #DF5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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