Html Css Color HEX #DD60FA Heliotrope

📋 copy color: '#DD60FA'

red 221 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #DD60FA

Tints of Heliotrope #DD60FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.93%

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

R = 38.98%
G = 16.93%
B = 44.09%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD60FA (or 0xDD60FA) is known color: Heliotrope. HEX triplet: DD, 60 and FA. RGB value is (221,96,250). Sum of RGB (Red+Green+Blue) = 221+96+250=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 96 (37.89% from 255 or 16.93% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD60FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD60FA is #229F05. Grayscale: #969696. Windows color (decimal): -2268934 or 16408797. OLE color: 16408797.

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

Color convert

RGB 221 96 250 -
CMYK 0.12 0.62 0 0.02
HSL 288.7º 0.94% 0.68% -
HSV(B) 288.7º 0.62% 0.98% -
XYZ 51.26 30.64 93.66 -
YUV 150.93 183.91 177.98 -
System Red Green Blue C M Y K H S L
Decimal 221 96 250 0.12 0.62 0 0.02 288.7 0.94 0.68
Hex DD 60 FA C 3E 0 2 121 5E 44
Octal 335 140 372 14 76 0 2 441 136 104
Binary 11011101 1100000 11111010 1100 111110 0 10 100100001 1011110 1000100

Color Harmonies of #DD60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD60FA

Black with #DD60FA

Text Example


Text Example

White with #DD60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD60FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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