Html Css Color HEX #DD64FE Heliotrope

📋 copy color: '#DD64FE'

red 221 ◦ green 100 ◦ blue 254

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

Shades of Heliotrope #DD64FE

Tints of Heliotrope #DD64FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.17%

R = 38.43%
G = 17.39%
B = 44.17%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD64FE (or 0xDD64FE) is known color: Heliotrope. HEX triplet: DD, 64 and FE. RGB value is (221,100,254). Sum of RGB (Red+Green+Blue) = 221+100+254=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 100 (39.45% from 255 or 17.39% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD64FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD64FE is #229B01. Grayscale: #999999. Windows color (decimal): -2267906 or 16671965. OLE color: 16671965.

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

Color convert

RGB 221 100 254 -
CMYK 0.13 0.61 0 0.00
HSL 287.14º 0.99% 0.69% -
HSV(B) 287.14º 0.61% 1% -
XYZ 52.27 31.64 97.12 -
YUV 153.74 184.59 175.98 -
System Red Green Blue C M Y K H S L
Decimal 221 100 254 0.13 0.61 0 0.00 287.14 0.99 0.69
Hex DD 64 FE D 3D 0 0 11F 63 45
Octal 335 144 376 15 75 0 0 437 143 105
Binary 11011101 1100100 11111110 1101 111101 0 0 100011111 1100011 1000101

Color Harmonies of #DD64FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD64FE

Black with #DD64FE

Text Example


Text Example

White with #DD64FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD64FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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