Html Css Color HEX #DD57FF Heliotrope

📋 copy color: '#DD57FF'

red 221 ◦ green 87 ◦ blue 255

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

Shades of Heliotrope #DD57FF

Tints of Heliotrope #DD57FF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.45%

 BLUE value IS 255 (100% from 255) = 45.29%

R = 39.25%
G = 15.45%
B = 45.29%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD57FF (or 0xDD57FF) is known color: Heliotrope. HEX triplet: DD, 57 and FF. RGB value is (221,87,255). Sum of RGB (Red+Green+Blue) = 221+87+255=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 87 (34.38% from 255 or 15.45% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD57FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD57FF is #22A800. Grayscale: #919191. Windows color (decimal): -2271233 or 16734173. OLE color: 16734173.

HSL color Cylindrical-coordinate representation of color #DD57FF: hue angle of 287.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD57FF is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 87 255 -
CMYK 0.13 0.66 0 0
HSL 287.86º 1% 0.67% -
HSV(B) 287.86º 0.66% 1% -
XYZ 51.28 29.41 97.58 -
YUV 146.22 189.39 181.34 -
System Red Green Blue C M Y K H S L
Decimal 221 87 255 0.13 0.66 0 0 287.86 1 0.67
Hex DD 57 FF D 42 0 0 120 64 43
Octal 335 127 377 15 102 0 0 440 144 103
Binary 11011101 1010111 11111111 1101 1000010 0 0 100100000 1100100 1000011

Color Harmonies of #DD57FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD57FF

Black with #DD57FF

Text Example


Text Example

White with #DD57FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD57FF; }

 p { color: rgb(221,87,255); }

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

background-color css

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

 a { background-color: rgb(221,87,255); }

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

border-color css

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

 span { border-color: rgb(221,87,255); }

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