Html Css Color HEX #DD81FA Heliotrope

📋 copy color: '#DD81FA'

red 221 ◦ green 129 ◦ blue 250

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

Shades of Heliotrope #DD81FA

Tints of Heliotrope #DD81FA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.5%

 BLUE value IS 250 (98.05% from 255) = 41.67%

R = 36.83%
G = 21.5%
B = 41.67%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD81FA (or 0xDD81FA) is known color: Heliotrope. HEX triplet: DD, 81 and FA. RGB value is (221,129,250). Sum of RGB (Red+Green+Blue) = 221+129+250=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD81FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD81FA is #227E05. Grayscale: #A9A9A9. Windows color (decimal): -2260486 or 16417245. OLE color: 16417245.

HSL color Cylindrical-coordinate representation of color #DD81FA: hue angle of 285.62º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD81FA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 129 250 -
CMYK 0.12 0.48 0 0.02
HSL 285.62º 0.92% 0.74% -
HSV(B) 285.62º 0.48% 0.98% -
XYZ 54.92 37.97 94.88 -
YUV 170.3 172.98 164.16 -
System Red Green Blue C M Y K H S L
Decimal 221 129 250 0.12 0.48 0 0.02 285.62 0.92 0.74
Hex DD 81 FA C 30 0 2 11E 5C 4A
Octal 335 201 372 14 60 0 2 436 134 112
Binary 11011101 10000001 11111010 1100 110000 0 10 100011110 1011100 1001010

Color Harmonies of #DD81FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD81FA

Black with #DD81FA

Text Example


Text Example

White with #DD81FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD81FA; }

 p { color: rgb(221,129,250); }

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

background-color css

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

 a { background-color: rgb(221,129,250); }

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

border-color css

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

 span { border-color: rgb(221,129,250); }

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