Html Css Color HEX #DD8CFC Heliotrope

📋 copy color: '#DD8CFC'

red 221 ◦ green 140 ◦ blue 252

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

Shades of Heliotrope #DD8CFC

Tints of Heliotrope #DD8CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.84%

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

R = 36.05%
G = 22.84%
B = 41.11%

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

#DD8CFC (or 0xDD8CFC) is known color: Heliotrope. HEX triplet: DD, 8C and FC. RGB value is (221,140,252). Sum of RGB (Red+Green+Blue) = 221+140+252=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD8CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8CFC is #227303. Grayscale: #B0B0B0. Windows color (decimal): -2257668 or 16551133. OLE color: 16551133.

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

Color convert

RGB 221 140 252 -
CMYK 0.12 0.44 0 0.01
HSL 283.39º 0.95% 0.77% -
HSV(B) 283.39º 0.44% 0.99% -
XYZ 56.77 41.16 97.05 -
YUV 176.99 170.34 159.39 -
System Red Green Blue C M Y K H S L
Decimal 221 140 252 0.12 0.44 0 0.01 283.39 0.95 0.77
Hex DD 8C FC C 2C 0 1 11B 5F 4D
Octal 335 214 374 14 54 0 1 433 137 115
Binary 11011101 10001100 11111100 1100 101100 0 1 100011011 1011111 1001101

Color Harmonies of #DD8CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8CFC

Black with #DD8CFC

Text Example


Text Example

White with #DD8CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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