Html Css Color HEX #DD7EFF Heliotrope

📋 copy color: '#DD7EFF'

red 221 ◦ green 126 ◦ blue 255

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

Shades of Heliotrope #DD7EFF

Tints of Heliotrope #DD7EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.93%

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

R = 36.71%
G = 20.93%
B = 42.36%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD7EFF (or 0xDD7EFF) is known color: Heliotrope. HEX triplet: DD, 7E and FF. RGB value is (221,126,255). Sum of RGB (Red+Green+Blue) = 221+126+255=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 126 (49.61% from 255 or 20.93% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD7EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7EFF is #228100. Grayscale: #A8A8A8. Windows color (decimal): -2261249 or 16744157. OLE color: 16744157.

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

Color convert

RGB 221 126 255 -
CMYK 0.13 0.51 0 0
HSL 284.19º 1% 0.75% -
HSV(B) 284.19º 0.51% 1% -
XYZ 55.33 37.51 98.93 -
YUV 169.11 176.47 165.01 -
System Red Green Blue C M Y K H S L
Decimal 221 126 255 0.13 0.51 0 0 284.19 1 0.75
Hex DD 7E FF D 33 0 0 11C 64 4B
Octal 335 176 377 15 63 0 0 434 144 113
Binary 11011101 1111110 11111111 1101 110011 0 0 100011100 1100100 1001011

Color Harmonies of #DD7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7EFF

Black with #DD7EFF

Text Example


Text Example

White with #DD7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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