Html Css Color HEX #DD68FF Heliotrope

📋 copy color: '#DD68FF'

red 221 ◦ green 104 ◦ blue 255

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

Shades of Heliotrope #DD68FF

Tints of Heliotrope #DD68FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.97%

R = 38.1%
G = 17.93%
B = 43.97%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD68FF (or 0xDD68FF) is known color: Heliotrope. HEX triplet: DD, 68 and FF. RGB value is (221,104,255). Sum of RGB (Red+Green+Blue) = 221+104+255=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 104 (41.02% from 255 or 17.93% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD68FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD68FF is #229700. Grayscale: #9B9B9B. Windows color (decimal): -2266881 or 16738525. OLE color: 16738525.

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

Color convert

RGB 221 104 255 -
CMYK 0.13 0.59 0 0
HSL 286.49º 1% 0.7% -
HSV(B) 286.49º 0.59% 1% -
XYZ 52.82 32.49 98.1 -
YUV 156.2 183.76 174.22 -
System Red Green Blue C M Y K H S L
Decimal 221 104 255 0.13 0.59 0 0 286.49 1 0.7
Hex DD 68 FF D 3B 0 0 11E 64 46
Octal 335 150 377 15 73 0 0 436 144 106
Binary 11011101 1101000 11111111 1101 111011 0 0 100011110 1100100 1000110

Color Harmonies of #DD68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68FF

Black with #DD68FF

Text Example


Text Example

White with #DD68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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