Html Css Color HEX #DD61FA Heliotrope

📋 copy color: '#DD61FA'

red 221 ◦ green 97 ◦ blue 250

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

Shades of Heliotrope #DD61FA

Tints of Heliotrope #DD61FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.08%

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

R = 38.91%
G = 17.08%
B = 44.01%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD61FA (or 0xDD61FA) is known color: Heliotrope. HEX triplet: DD, 61 and FA. RGB value is (221,97,250). Sum of RGB (Red+Green+Blue) = 221+97+250=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 97 (38.28% from 255 or 17.08% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD61FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD61FA is #229E05. Grayscale: #979797. Windows color (decimal): -2268678 or 16409053. OLE color: 16409053.

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

Color convert

RGB 221 97 250 -
CMYK 0.12 0.61 0 0.02
HSL 288.63º 0.94% 0.68% -
HSV(B) 288.63º 0.61% 0.98% -
XYZ 51.35 30.82 93.69 -
YUV 151.52 183.58 177.56 -
System Red Green Blue C M Y K H S L
Decimal 221 97 250 0.12 0.61 0 0.02 288.63 0.94 0.68
Hex DD 61 FA C 3D 0 2 121 5E 44
Octal 335 141 372 14 75 0 2 441 136 104
Binary 11011101 1100001 11111010 1100 111101 0 10 100100001 1011110 1000100

Color Harmonies of #DD61FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61FA

Black with #DD61FA

Text Example


Text Example

White with #DD61FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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