Html Css Color HEX #DD8DFD Heliotrope

📋 copy color: '#DD8DFD'

red 221 ◦ green 141 ◦ blue 253

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

Shades of Heliotrope #DD8DFD

Tints of Heliotrope #DD8DFD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.93%

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

R = 35.93%
G = 22.93%
B = 41.14%

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

#DD8DFD (or 0xDD8DFD) is known color: Heliotrope. HEX triplet: DD, 8D and FD. RGB value is (221,141,253). Sum of RGB (Red+Green+Blue) = 221+141+253=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 141 (55.47% from 255 or 22.93% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD8DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8DFD is #227202. Grayscale: #B1B1B1. Windows color (decimal): -2257411 or 16616925. OLE color: 16616925.

HSL color Cylindrical-coordinate representation of color #DD8DFD: hue angle of 282.86º 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 #DD8DFD is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 141 253 -
CMYK 0.13 0.44 0 0.01
HSL 282.86º 0.97% 0.77% -
HSV(B) 282.86º 0.44% 0.99% -
XYZ 57.07 41.51 97.93 -
YUV 177.69 170.5 158.89 -
System Red Green Blue C M Y K H S L
Decimal 221 141 253 0.13 0.44 0 0.01 282.86 0.97 0.77
Hex DD 8D FD D 2C 0 1 11B 61 4D
Octal 335 215 375 15 54 0 1 433 141 115
Binary 11011101 10001101 11111101 1101 101100 0 1 100011011 1100001 1001101

Color Harmonies of #DD8DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8DFD

Black with #DD8DFD

Text Example


Text Example

White with #DD8DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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