Html Css Color HEX #DD8EFD Heliotrope

📋 copy color: '#DD8EFD'

red 221 ◦ green 142 ◦ blue 253

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

Shades of Heliotrope #DD8EFD

Tints of Heliotrope #DD8EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.05%

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

R = 35.88%
G = 23.05%
B = 41.07%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD8EFD (or 0xDD8EFD) is known color: Heliotrope. HEX triplet: DD, 8E and FD. RGB value is (221,142,253). Sum of RGB (Red+Green+Blue) = 221+142+253=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 142 (55.86% from 255 or 23.05% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD8EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8EFD is #227102. Grayscale: #B1B1B1. Windows color (decimal): -2257155 or 16617181. OLE color: 16617181.

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

Color convert

RGB 221 142 253 -
CMYK 0.13 0.44 0 0.01
HSL 282.7º 0.97% 0.77% -
HSV(B) 282.7º 0.44% 0.99% -
XYZ 57.22 41.81 97.98 -
YUV 178.28 170.17 158.47 -
System Red Green Blue C M Y K H S L
Decimal 221 142 253 0.13 0.44 0 0.01 282.7 0.97 0.77
Hex DD 8E FD D 2C 0 1 11B 61 4D
Octal 335 216 375 15 54 0 1 433 141 115
Binary 11011101 10001110 11111101 1101 101100 0 1 100011011 1100001 1001101

Color Harmonies of #DD8EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8EFD

Black with #DD8EFD

Text Example


Text Example

White with #DD8EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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