Html Css Color HEX #DD7FFF Heliotrope

📋 copy color: '#DD7FFF'

red 221 ◦ green 127 ◦ blue 255

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

Shades of Heliotrope #DD7FFF

Tints of Heliotrope #DD7FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 21.06%

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

R = 36.65%
G = 21.06%
B = 42.29%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD7FFF (or 0xDD7FFF) is known color: Heliotrope. HEX triplet: DD, 7F and FF. RGB value is (221,127,255). Sum of RGB (Red+Green+Blue) = 221+127+255=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 127 (50% from 255 or 21.06% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD7FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7FFF is #228000. Grayscale: #A9A9A9. Windows color (decimal): -2260993 or 16744413. OLE color: 16744413.

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

Color convert

RGB 221 127 255 -
CMYK 0.13 0.50 0 0
HSL 284.06º 1% 0.75% -
HSV(B) 284.06º 0.5% 1% -
XYZ 55.46 37.77 98.98 -
YUV 169.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 221 127 255 0.13 0.50 0 0 284.06 1 0.75
Hex DD 7F FF D 32 0 0 11C 64 4B
Octal 335 177 377 15 62 0 0 434 144 113
Binary 11011101 1111111 11111111 1101 110010 0 0 100011100 1100100 1001011

Color Harmonies of #DD7FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FFF

Black with #DD7FFF

Text Example


Text Example

White with #DD7FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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