Html Css Color HEX #DD81F0 Heliotrope

📋 copy color: '#DD81F0'

red 221 ◦ green 129 ◦ blue 240

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

Shades of Heliotrope #DD81F0

Tints of Heliotrope #DD81F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.68%

R = 37.46%
G = 21.86%
B = 40.68%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD81F0 (or 0xDD81F0) is known color: Heliotrope. HEX triplet: DD, 81 and F0. RGB value is (221,129,240). Sum of RGB (Red+Green+Blue) = 221+129+240=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD81F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD81F0 is #227E0F. Grayscale: #A8A8A8. Windows color (decimal): -2260496 or 15761885. OLE color: 15761885.

HSL color Cylindrical-coordinate representation of color #DD81F0: hue angle of 289.73º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD81F0 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 129 240 -
CMYK 0.08 0.46 0 0.06
HSL 289.73º 0.79% 0.72% -
HSV(B) 289.73º 0.46% 0.94% -
XYZ 53.4 37.36 86.84 -
YUV 169.16 167.98 164.97 -
System Red Green Blue C M Y K H S L
Decimal 221 129 240 0.08 0.46 0 0.06 289.73 0.79 0.72
Hex DD 81 F0 8 2E 0 6 122 4F 48
Octal 335 201 360 10 56 0 6 442 117 110
Binary 11011101 10000001 11110000 1000 101110 0 110 100100010 1001111 1001000

Color Harmonies of #DD81F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD81F0

Black with #DD81F0

Text Example


Text Example

White with #DD81F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD81F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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