Html Css Color HEX #DD60F6 Heliotrope

📋 copy color: '#DD60F6'

red 221 ◦ green 96 ◦ blue 246

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

Shades of Heliotrope #DD60F6

Tints of Heliotrope #DD60F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.69%

R = 39.25%
G = 17.05%
B = 43.69%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD60F6 (or 0xDD60F6) is known color: Heliotrope. HEX triplet: DD, 60 and F6. RGB value is (221,96,246). Sum of RGB (Red+Green+Blue) = 221+96+246=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 96 (37.89% from 255 or 17.05% from 563); Blue value is 246 (96.48% from 255 or 43.69% from 563); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD60F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD60F6 is #229F09. Grayscale: #969696. Windows color (decimal): -2268938 or 16146653. OLE color: 16146653.

HSL color Cylindrical-coordinate representation of color #DD60F6: hue angle of 290º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD60F6 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 96 246 -
CMYK 0.10 0.61 0 0.04
HSL 290º 0.89% 0.67% -
HSV(B) 290º 0.61% 0.96% -
XYZ 50.64 30.39 90.39 -
YUV 150.48 181.91 178.3 -
System Red Green Blue C M Y K H S L
Decimal 221 96 246 0.10 0.61 0 0.04 290 0.89 0.67
Hex DD 60 F6 A 3D 0 4 122 59 43
Octal 335 140 366 12 75 0 4 442 131 103
Binary 11011101 1100000 11110110 1010 111101 0 100 100100010 1011001 1000011

Color Harmonies of #DD60F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD60F6

Black with #DD60F6

Text Example


Text Example

White with #DD60F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD60F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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