Html Css Color HEX #DD8DFC Heliotrope

📋 copy color: '#DD8DFC'

red 221 ◦ green 141 ◦ blue 252

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

Shades of Heliotrope #DD8DFC

Tints of Heliotrope #DD8DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.04%

R = 35.99%
G = 22.96%
B = 41.04%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD8DFC (or 0xDD8DFC) is known color: Heliotrope. HEX triplet: DD, 8D and FC. RGB value is (221,141,252). Sum of RGB (Red+Green+Blue) = 221+141+252=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD8DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8DFC is #227203. Grayscale: #B1B1B1. Windows color (decimal): -2257412 or 16551389. OLE color: 16551389.

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

Color convert

RGB 221 141 252 -
CMYK 0.12 0.44 0 0.01
HSL 283.24º 0.95% 0.77% -
HSV(B) 283.24º 0.44% 0.99% -
XYZ 56.91 41.45 97.1 -
YUV 177.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 221 141 252 0.12 0.44 0 0.01 283.24 0.95 0.77
Hex DD 8D FC C 2C 0 1 11B 5F 4D
Octal 335 215 374 14 54 0 1 433 137 115
Binary 11011101 10001101 11111100 1100 101100 0 1 100011011 1011111 1001101

Color Harmonies of #DD8DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8DFC

Black with #DD8DFC

Text Example


Text Example

White with #DD8DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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