Html Css Color HEX #DD55FB Heliotrope

📋 copy color: '#DD55FB'

red 221 ◦ green 85 ◦ blue 251

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

Shades of Heliotrope #DD55FB

Tints of Heliotrope #DD55FB

RGB

 RED value IS 221 (86.72% from 255) = 39.68%

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

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 39.68%
G = 15.26%
B = 45.06%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD55FB (or 0xDD55FB) is known color: Heliotrope. HEX triplet: DD, 55 and FB. RGB value is (221,85,251). Sum of RGB (Red+Green+Blue) = 221+85+251=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD55FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD55FB is #22AA04. Grayscale: #909090. Windows color (decimal): -2271749 or 16471517. OLE color: 16471517.

HSL color Cylindrical-coordinate representation of color #DD55FB: hue angle of 289.16º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD55FB is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 85 251 -
CMYK 0.12 0.66 0 0.02
HSL 289.16º 0.95% 0.66% -
HSV(B) 289.16º 0.66% 0.98% -
XYZ 50.48 28.83 94.17 -
YUV 144.59 188.06 182.5 -
System Red Green Blue C M Y K H S L
Decimal 221 85 251 0.12 0.66 0 0.02 289.16 0.95 0.66
Hex DD 55 FB C 42 0 2 121 5F 42
Octal 335 125 373 14 102 0 2 441 137 102
Binary 11011101 1010101 11111011 1100 1000010 0 10 100100001 1011111 1000010

Color Harmonies of #DD55FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55FB

Black with #DD55FB

Text Example


Text Example

White with #DD55FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55FB; }

 p { color: rgb(221,85,251); }

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

background-color css

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

 a { background-color: rgb(221,85,251); }

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

border-color css

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

 span { border-color: rgb(221,85,251); }

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