Html Css Color HEX #DD6EFD Heliotrope

📋 copy color: '#DD6EFD'

red 221 ◦ green 110 ◦ blue 253

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

Shades of Heliotrope #DD6EFD

Tints of Heliotrope #DD6EFD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.84%

 BLUE value IS 253 (99.22% from 255) = 43.32%

R = 37.84%
G = 18.84%
B = 43.32%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD6EFD (or 0xDD6EFD) is known color: Heliotrope. HEX triplet: DD, 6E and FD. RGB value is (221,110,253). Sum of RGB (Red+Green+Blue) = 221+110+253=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 110 (43.36% from 255 or 18.84% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD6EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6EFD is #229102. Grayscale: #9F9F9F. Windows color (decimal): -2265347 or 16608989. OLE color: 16608989.

HSL color Cylindrical-coordinate representation of color #DD6EFD: hue angle of 286.57º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6EFD is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 110 253 -
CMYK 0.13 0.57 0 0.01
HSL 286.57º 0.97% 0.71% -
HSV(B) 286.57º 0.57% 0.99% -
XYZ 53.12 33.62 96.62 -
YUV 159.49 180.77 171.87 -
System Red Green Blue C M Y K H S L
Decimal 221 110 253 0.13 0.57 0 0.01 286.57 0.97 0.71
Hex DD 6E FD D 39 0 1 11F 61 47
Octal 335 156 375 15 71 0 1 437 141 107
Binary 11011101 1101110 11111101 1101 111001 0 1 100011111 1100001 1000111

Color Harmonies of #DD6EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EFD

Black with #DD6EFD

Text Example


Text Example

White with #DD6EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EFD; }

 p { color: rgb(221,110,253); }

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

background-color css

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

 a { background-color: rgb(221,110,253); }

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

border-color css

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

 span { border-color: rgb(221,110,253); }

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