Html Css Color HEX #DD8FFE Heliotrope

📋 copy color: '#DD8FFE'

red 221 ◦ green 143 ◦ blue 254

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

Shades of Heliotrope #DD8FFE

Tints of Heliotrope #DD8FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.14%

 BLUE value IS 254 (99.61% from 255) = 41.1%

R = 35.76%
G = 23.14%
B = 41.1%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD8FFE (or 0xDD8FFE) is known color: Heliotrope. HEX triplet: DD, 8F and FE. RGB value is (221,143,254). Sum of RGB (Red+Green+Blue) = 221+143+254=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD8FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8FFE is #227001. Grayscale: #B2B2B2. Windows color (decimal): -2256898 or 16682973. OLE color: 16682973.

HSL color Cylindrical-coordinate representation of color #DD8FFE: hue angle of 282.16º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD8FFE is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 143 254 -
CMYK 0.13 0.44 0 0.00
HSL 282.16º 0.98% 0.78% -
HSV(B) 282.16º 0.44% 1% -
XYZ 57.53 42.17 98.87 -
YUV 178.98 170.34 157.97 -
System Red Green Blue C M Y K H S L
Decimal 221 143 254 0.13 0.44 0 0.00 282.16 0.98 0.78
Hex DD 8F FE D 2C 0 0 11A 62 4E
Octal 335 217 376 15 54 0 0 432 142 116
Binary 11011101 10001111 11111110 1101 101100 0 0 100011010 1100010 1001110

Color Harmonies of #DD8FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8FFE

Black with #DD8FFE

Text Example


Text Example

White with #DD8FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8FFE; }

 p { color: rgb(221,143,254); }

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

background-color css

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

 a { background-color: rgb(221,143,254); }

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

border-color css

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

 span { border-color: rgb(221,143,254); }

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