Html Css Color HEX #DF55A5 Brilliant Rose

📋 copy color: '#DF55A5'

red 223 ◦ green 85 ◦ blue 165

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

Shades of Brilliant Rose #DF55A5

Tints of Brilliant Rose #DF55A5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.97%

 BLUE value IS 165 (64.84% from 255) = 34.88%

R = 47.15%
G = 17.97%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF55A5 (or 0xDF55A5) is known color: Brilliant Rose. HEX triplet: DF, 55 and A5. RGB value is (223,85,165). Sum of RGB (Red+Green+Blue) = 223+85+165=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF55A5 is #20AA5A. Grayscale: #878787. Windows color (decimal): -2140763 or 10835423. OLE color: 10835423.

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

Color convert

RGB 223 85 165 -
CMYK 0 0.62 0.26 0.13
HSL 325.22º 0.68% 0.6% -
HSV(B) 325.22º 0.62% 0.87% -
XYZ 40.47 24.9 38.27 -
YUV 135.38 144.72 190.5 -
System Red Green Blue C M Y K H S L
Decimal 223 85 165 0 0.62 0.26 0.13 325.22 0.68 0.6
Hex DF 55 A5 0 3E 1A D 145 44 3C
Octal 337 125 245 0 76 32 15 505 104 74
Binary 11011111 1010101 10100101 0 111110 11010 1101 101000101 1000100 111100

Color Harmonies of #DF55A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF55A5

Black with #DF55A5

Text Example


Text Example

White with #DF55A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF55A5; }

 p { color: rgb(223,85,165); }

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

background-color css

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

 a { background-color: rgb(223,85,165); }

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

border-color css

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

 span { border-color: rgb(223,85,165); }

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