Html Css Color HEX #DD61FF Heliotrope

📋 copy color: '#DD61FF'

red 221 ◦ green 97 ◦ blue 255

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

Shades of Heliotrope #DD61FF

Tints of Heliotrope #DD61FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.5%

R = 38.57%
G = 16.93%
B = 44.5%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD61FF (or 0xDD61FF) is known color: Heliotrope. HEX triplet: DD, 61 and FF. RGB value is (221,97,255). Sum of RGB (Red+Green+Blue) = 221+97+255=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 97 (38.28% from 255 or 16.93% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD61FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD61FF is #229E00. Grayscale: #979797. Windows color (decimal): -2268673 or 16736733. OLE color: 16736733.

HSL color Cylindrical-coordinate representation of color #DD61FF: hue angle of 287.09º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD61FF is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 97 255 -
CMYK 0.13 0.62 0 0
HSL 287.09º 1% 0.69% -
HSV(B) 287.09º 0.62% 1% -
XYZ 52.14 31.14 97.87 -
YUV 152.09 186.08 177.15 -
System Red Green Blue C M Y K H S L
Decimal 221 97 255 0.13 0.62 0 0 287.09 1 0.69
Hex DD 61 FF D 3E 0 0 11F 64 45
Octal 335 141 377 15 76 0 0 437 144 105
Binary 11011101 1100001 11111111 1101 111110 0 0 100011111 1100100 1000101

Color Harmonies of #DD61FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61FF

Black with #DD61FF

Text Example


Text Example

White with #DD61FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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