Html Css Color HEX #DD61FE Heliotrope

📋 copy color: '#DD61FE'

red 221 ◦ green 97 ◦ blue 254

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

Shades of Heliotrope #DD61FE

Tints of Heliotrope #DD61FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 38.64%
G = 16.96%
B = 44.41%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD61FE (or 0xDD61FE) is known color: Heliotrope. HEX triplet: DD, 61 and FE. RGB value is (221,97,254). Sum of RGB (Red+Green+Blue) = 221+97+254=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 97 (38.28% from 255 or 16.96% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD61FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD61FE is #229E01. Grayscale: #979797. Windows color (decimal): -2268674 or 16671197. OLE color: 16671197.

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

Color convert

RGB 221 97 254 -
CMYK 0.13 0.62 0 0.00
HSL 287.39º 0.99% 0.69% -
HSV(B) 287.39º 0.62% 1% -
XYZ 51.98 31.08 97.02 -
YUV 151.97 185.58 177.23 -
System Red Green Blue C M Y K H S L
Decimal 221 97 254 0.13 0.62 0 0.00 287.39 0.99 0.69
Hex DD 61 FE D 3E 0 0 11F 63 45
Octal 335 141 376 15 76 0 0 437 143 105
Binary 11011101 1100001 11111110 1101 111110 0 0 100011111 1100011 1000101

Color Harmonies of #DD61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61FE

Black with #DD61FE

Text Example


Text Example

White with #DD61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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