Html Css Color HEX #DF55A3 Brilliant Rose

📋 copy color: '#DF55A3'

red 223 ◦ green 85 ◦ blue 163

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

Shades of Brilliant Rose #DF55A3

Tints of Brilliant Rose #DF55A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.61%

R = 47.35%
G = 18.05%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF55A3 (or 0xDF55A3) is known color: Brilliant Rose. HEX triplet: DF, 55 and A3. RGB value is (223,85,163). Sum of RGB (Red+Green+Blue) = 223+85+163=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF55A3 is #20AA5C. Grayscale: #868686. Windows color (decimal): -2140765 or 10704351. OLE color: 10704351.

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

Color convert

RGB 223 85 163 -
CMYK 0 0.62 0.27 0.13
HSL 326.09º 0.68% 0.6% -
HSV(B) 326.09º 0.62% 0.87% -
XYZ 40.29 24.83 37.32 -
YUV 135.15 143.72 190.66 -
System Red Green Blue C M Y K H S L
Decimal 223 85 163 0 0.62 0.27 0.13 326.09 0.68 0.6
Hex DF 55 A3 0 3E 1B D 146 44 3C
Octal 337 125 243 0 76 33 15 506 104 74
Binary 11011111 1010101 10100011 0 111110 11011 1101 101000110 1000100 111100

Color Harmonies of #DF55A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF55A3

Black with #DF55A3

Text Example


Text Example

White with #DF55A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF55A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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