Html Css Color HEX #DD5AFC Heliotrope

📋 copy color: '#DD5AFC'

red 221 ◦ green 90 ◦ blue 252

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

Shades of Heliotrope #DD5AFC

Tints of Heliotrope #DD5AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.99%

 BLUE value IS 252 (98.83% from 255) = 44.76%

R = 39.25%
G = 15.99%
B = 44.76%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD5AFC (or 0xDD5AFC) is known color: Heliotrope. HEX triplet: DD, 5A and FC. RGB value is (221,90,252). Sum of RGB (Red+Green+Blue) = 221+90+252=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 90 (35.55% from 255 or 15.99% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD5AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5AFC is #22A503. Grayscale: #939393. Windows color (decimal): -2270468 or 16538333. OLE color: 16538333.

HSL color Cylindrical-coordinate representation of color #DD5AFC: hue angle of 288.52º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD5AFC is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 90 252 -
CMYK 0.12 0.64 0 0.01
HSL 288.52º 0.96% 0.67% -
HSV(B) 288.52º 0.64% 0.99% -
XYZ 51.05 29.71 95.14 -
YUV 147.64 186.9 180.33 -
System Red Green Blue C M Y K H S L
Decimal 221 90 252 0.12 0.64 0 0.01 288.52 0.96 0.67
Hex DD 5A FC C 40 0 1 121 60 43
Octal 335 132 374 14 100 0 1 441 140 103
Binary 11011101 1011010 11111100 1100 1000000 0 1 100100001 1100000 1000011

Color Harmonies of #DD5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5AFC

Black with #DD5AFC

Text Example


Text Example

White with #DD5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5AFC; }

 p { color: rgb(221,90,252); }

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

background-color css

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

 a { background-color: rgb(221,90,252); }

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

border-color css

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

 span { border-color: rgb(221,90,252); }

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