Html Css Color HEX #DD64FF Heliotrope

📋 copy color: '#DD64FF'

red 221 ◦ green 100 ◦ blue 255

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

Shades of Heliotrope #DD64FF

Tints of Heliotrope #DD64FF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.36%

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

R = 38.37%
G = 17.36%
B = 44.27%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD64FF (or 0xDD64FF) is known color: Heliotrope. HEX triplet: DD, 64 and FF. RGB value is (221,100,255). Sum of RGB (Red+Green+Blue) = 221+100+255=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 100 (39.45% from 255 or 17.36% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD64FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD64FF is #229B00. Grayscale: #999999. Windows color (decimal): -2267905 or 16737501. OLE color: 16737501.

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

Color convert

RGB 221 100 255 -
CMYK 0.13 0.61 0 0
HSL 286.84º 1% 0.7% -
HSV(B) 286.84º 0.61% 1% -
XYZ 52.43 31.71 97.96 -
YUV 153.85 185.09 175.9 -
System Red Green Blue C M Y K H S L
Decimal 221 100 255 0.13 0.61 0 0 286.84 1 0.7
Hex DD 64 FF D 3D 0 0 11F 64 46
Octal 335 144 377 15 75 0 0 437 144 106
Binary 11011101 1100100 11111111 1101 111101 0 0 100011111 1100100 1000110

Color Harmonies of #DD64FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD64FF

Black with #DD64FF

Text Example


Text Example

White with #DD64FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD64FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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