Html Css Color HEX #DD64FA Heliotrope

📋 copy color: '#DD64FA'

red 221 ◦ green 100 ◦ blue 250

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

Shades of Heliotrope #DD64FA

Tints of Heliotrope #DD64FA

RGB

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

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

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

R = 38.7%
G = 17.51%
B = 43.78%

CMYK

 C value IS 0.12

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD64FA (or 0xDD64FA) is known color: Heliotrope. HEX triplet: DD, 64 and FA. RGB value is (221,100,250). Sum of RGB (Red+Green+Blue) = 221+100+250=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 100 (39.45% from 255 or 17.51% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD64FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD64FA is #229B05. Grayscale: #989898. Windows color (decimal): -2267910 or 16409821. OLE color: 16409821.

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

Color convert

RGB 221 100 250 -
CMYK 0.12 0.6 0 0.02
HSL 288.4º 0.94% 0.69% -
HSV(B) 288.4º 0.6% 0.98% -
XYZ 51.63 31.39 93.78 -
YUV 153.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 221 100 250 0.12 0.6 0 0.02 288.4 0.94 0.69
Hex DD 64 FA C 3C 0 2 120 5E 45
Octal 335 144 372 14 74 0 2 440 136 105
Binary 11011101 1100100 11111010 1100 111100 0 10 100100000 1011110 1000101

Color Harmonies of #DD64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD64FA

Black with #DD64FA

Text Example


Text Example

White with #DD64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD64FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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