Html Css Color HEX #DD64F1 Heliotrope

📋 copy color: '#DD64F1'

red 221 ◦ green 100 ◦ blue 241

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

Shades of Heliotrope #DD64F1

Tints of Heliotrope #DD64F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.88%

R = 39.32%
G = 17.79%
B = 42.88%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD64F1 (or 0xDD64F1) is known color: Heliotrope. HEX triplet: DD, 64 and F1. RGB value is (221,100,241). Sum of RGB (Red+Green+Blue) = 221+100+241=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 100 (39.45% from 255 or 17.79% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD64F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD64F1 is #229B0E. Grayscale: #979797. Windows color (decimal): -2267919 or 15819997. OLE color: 15819997.

HSL color Cylindrical-coordinate representation of color #DD64F1: hue angle of 291.49º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD64F1 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 100 241 -
CMYK 0.08 0.59 0 0.05
HSL 291.49º 0.83% 0.67% -
HSV(B) 291.49º 0.59% 0.95% -
XYZ 50.25 30.84 86.52 -
YUV 152.25 178.09 177.04 -
System Red Green Blue C M Y K H S L
Decimal 221 100 241 0.08 0.59 0 0.05 291.49 0.83 0.67
Hex DD 64 F1 8 3B 0 5 123 53 43
Octal 335 144 361 10 73 0 5 443 123 103
Binary 11011101 1100100 11110001 1000 111011 0 101 100100011 1010011 1000011

Color Harmonies of #DD64F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD64F1

Black with #DD64F1

Text Example


Text Example

White with #DD64F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD64F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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