Html Css Color HEX #DF55B3 Brilliant Rose

📋 copy color: '#DF55B3'

red 223 ◦ green 85 ◦ blue 179

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

Shades of Brilliant Rose #DF55B3

Tints of Brilliant Rose #DF55B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.76%

R = 45.79%
G = 17.45%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF55B3 (or 0xDF55B3) is known color: Brilliant Rose. HEX triplet: DF, 55 and B3. RGB value is (223,85,179). Sum of RGB (Red+Green+Blue) = 223+85+179=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55B3 is #20AA4C. Grayscale: #888888. Windows color (decimal): -2140749 or 11752927. OLE color: 11752927.

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

Color convert

RGB 223 85 179 -
CMYK 0 0.62 0.20 0.13
HSL 319.13º 0.68% 0.6% -
HSV(B) 319.13º 0.62% 0.87% -
XYZ 41.82 25.44 45.35 -
YUV 136.98 151.72 189.36 -
System Red Green Blue C M Y K H S L
Decimal 223 85 179 0 0.62 0.20 0.13 319.13 0.68 0.6
Hex DF 55 B3 0 3E 14 D 13F 44 3C
Octal 337 125 263 0 76 24 15 477 104 74
Binary 11011111 1010101 10110011 0 111110 10100 1101 100111111 1000100 111100

Color Harmonies of #DF55B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF55B3

Black with #DF55B3

Text Example


Text Example

White with #DF55B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF55B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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