Html Css Color HEX #DD68FA Heliotrope

📋 copy color: '#DD68FA'

red 221 ◦ green 104 ◦ blue 250

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

Shades of Heliotrope #DD68FA

Tints of Heliotrope #DD68FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.09%

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

R = 38.43%
G = 18.09%
B = 43.48%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD68FA (or 0xDD68FA) is known color: Heliotrope. HEX triplet: DD, 68 and FA. RGB value is (221,104,250). Sum of RGB (Red+Green+Blue) = 221+104+250=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 104 (41.02% from 255 or 18.09% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD68FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD68FA is #229705. Grayscale: #9B9B9B. Windows color (decimal): -2266886 or 16410845. OLE color: 16410845.

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

Color convert

RGB 221 104 250 -
CMYK 0.12 0.58 0 0.02
HSL 288.08º 0.94% 0.69% -
HSV(B) 288.08º 0.58% 0.98% -
XYZ 52.02 32.17 93.91 -
YUV 155.63 181.26 174.63 -
System Red Green Blue C M Y K H S L
Decimal 221 104 250 0.12 0.58 0 0.02 288.08 0.94 0.69
Hex DD 68 FA C 3A 0 2 120 5E 45
Octal 335 150 372 14 72 0 2 440 136 105
Binary 11011101 1101000 11111010 1100 111010 0 10 100100000 1011110 1000101

Color Harmonies of #DD68FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68FA

Black with #DD68FA

Text Example


Text Example

White with #DD68FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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