Html Css Color HEX #DD62FA Heliotrope

📋 copy color: '#DD62FA'

red 221 ◦ green 98 ◦ blue 250

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

Shades of Heliotrope #DD62FA

Tints of Heliotrope #DD62FA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.22%

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

R = 38.84%
G = 17.22%
B = 43.94%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD62FA (or 0xDD62FA) is known color: Heliotrope. HEX triplet: DD, 62 and FA. RGB value is (221,98,250). Sum of RGB (Red+Green+Blue) = 221+98+250=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 98 (38.67% from 255 or 17.22% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD62FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD62FA is #229D05. Grayscale: #979797. Windows color (decimal): -2268422 or 16409309. OLE color: 16409309.

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

Color convert

RGB 221 98 250 -
CMYK 0.12 0.61 0 0.02
HSL 288.55º 0.94% 0.68% -
HSV(B) 288.55º 0.61% 0.98% -
XYZ 51.44 31.01 93.72 -
YUV 152.11 183.25 177.14 -
System Red Green Blue C M Y K H S L
Decimal 221 98 250 0.12 0.61 0 0.02 288.55 0.94 0.68
Hex DD 62 FA C 3D 0 2 121 5E 44
Octal 335 142 372 14 75 0 2 441 136 104
Binary 11011101 1100010 11111010 1100 111101 0 10 100100001 1011110 1000100

Color Harmonies of #DD62FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62FA

Black with #DD62FA

Text Example


Text Example

White with #DD62FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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