Html Css Color HEX #DD8AFD Heliotrope

📋 copy color: '#DD8AFD'

red 221 ◦ green 138 ◦ blue 253

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

Shades of Heliotrope #DD8AFD

Tints of Heliotrope #DD8AFD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.55%

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

R = 36.11%
G = 22.55%
B = 41.34%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD8AFD (or 0xDD8AFD) is known color: Heliotrope. HEX triplet: DD, 8A and FD. RGB value is (221,138,253). Sum of RGB (Red+Green+Blue) = 221+138+253=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 138 (54.30% from 255 or 22.55% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD8AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8AFD is #227502. Grayscale: #AFAFAF. Windows color (decimal): -2258179 or 16616157. OLE color: 16616157.

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

Color convert

RGB 221 138 253 -
CMYK 0.13 0.45 0 0.01
HSL 283.3º 0.97% 0.77% -
HSV(B) 283.3º 0.45% 0.99% -
XYZ 56.64 40.64 97.79 -
YUV 175.93 171.5 160.15 -
System Red Green Blue C M Y K H S L
Decimal 221 138 253 0.13 0.45 0 0.01 283.3 0.97 0.77
Hex DD 8A FD D 2D 0 1 11B 61 4D
Octal 335 212 375 15 55 0 1 433 141 115
Binary 11011101 10001010 11111101 1101 101101 0 1 100011011 1100001 1001101

Color Harmonies of #DD8AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8AFD

Black with #DD8AFD

Text Example


Text Example

White with #DD8AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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