Html Css Color HEX #DD56FB Heliotrope

📋 copy color: '#DD56FB'

red 221 ◦ green 86 ◦ blue 251

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

Shades of Heliotrope #DD56FB

Tints of Heliotrope #DD56FB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.41%

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

R = 39.61%
G = 15.41%
B = 44.98%

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

#DD56FB (or 0xDD56FB) is known color: Heliotrope. HEX triplet: DD, 56 and FB. RGB value is (221,86,251). Sum of RGB (Red+Green+Blue) = 221+86+251=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 86 (33.98% from 255 or 15.41% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD56FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD56FB is #22A904. Grayscale: #909090. Windows color (decimal): -2271493 or 16471773. OLE color: 16471773.

HSL color Cylindrical-coordinate representation of color #DD56FB: hue angle of 289.09º 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 #DD56FB is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 86 251 -
CMYK 0.12 0.66 0 0.02
HSL 289.09º 0.95% 0.66% -
HSV(B) 289.09º 0.66% 0.98% -
XYZ 50.56 28.99 94.2 -
YUV 145.18 187.73 182.08 -
System Red Green Blue C M Y K H S L
Decimal 221 86 251 0.12 0.66 0 0.02 289.09 0.95 0.66
Hex DD 56 FB C 42 0 2 121 5F 42
Octal 335 126 373 14 102 0 2 441 137 102
Binary 11011101 1010110 11111011 1100 1000010 0 10 100100001 1011111 1000010

Color Harmonies of #DD56FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD56FB

Black with #DD56FB

Text Example


Text Example

White with #DD56FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD56FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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