Html Css Color HEX #DD6CFF Heliotrope

📋 copy color: '#DD6CFF'

red 221 ◦ green 108 ◦ blue 255

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

Shades of Heliotrope #DD6CFF

Tints of Heliotrope #DD6CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.49%

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

R = 37.84%
G = 18.49%
B = 43.66%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD6CFF (or 0xDD6CFF) is known color: Heliotrope. HEX triplet: DD, 6C and FF. RGB value is (221,108,255). Sum of RGB (Red+Green+Blue) = 221+108+255=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 108 (42.58% from 255 or 18.49% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD6CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6CFF is #229300. Grayscale: #9E9E9E. Windows color (decimal): -2265857 or 16739549. OLE color: 16739549.

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

Color convert

RGB 221 108 255 -
CMYK 0.13 0.58 0 0
HSL 286.12º 1% 0.71% -
HSV(B) 286.12º 0.58% 1% -
XYZ 53.23 33.32 98.23 -
YUV 158.55 182.44 172.55 -
System Red Green Blue C M Y K H S L
Decimal 221 108 255 0.13 0.58 0 0 286.12 1 0.71
Hex DD 6C FF D 3A 0 0 11E 64 47
Octal 335 154 377 15 72 0 0 436 144 107
Binary 11011101 1101100 11111111 1101 111010 0 0 100011110 1100100 1000111

Color Harmonies of #DD6CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CFF

Black with #DD6CFF

Text Example


Text Example

White with #DD6CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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