Html Css Color HEX #DD62FE Heliotrope

📋 copy color: '#DD62FE'

red 221 ◦ green 98 ◦ blue 254

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

Shades of Heliotrope #DD62FE

Tints of Heliotrope #DD62FE

RGB

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

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

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

R = 38.57%
G = 17.1%
B = 44.33%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD62FE (or 0xDD62FE) is known color: Heliotrope. HEX triplet: DD, 62 and FE. RGB value is (221,98,254). Sum of RGB (Red+Green+Blue) = 221+98+254=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 98 (38.67% from 255 or 17.10% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD62FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD62FE is #229D01. Grayscale: #989898. Windows color (decimal): -2268418 or 16671453. OLE color: 16671453.

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

Color convert

RGB 221 98 254 -
CMYK 0.13 0.61 0 0.00
HSL 287.31º 0.99% 0.69% -
HSV(B) 287.31º 0.61% 1% -
XYZ 52.08 31.26 97.06 -
YUV 152.56 185.25 176.82 -
System Red Green Blue C M Y K H S L
Decimal 221 98 254 0.13 0.61 0 0.00 287.31 0.99 0.69
Hex DD 62 FE D 3D 0 0 11F 63 45
Octal 335 142 376 15 75 0 0 437 143 105
Binary 11011101 1100010 11111110 1101 111101 0 0 100011111 1100011 1000101

Color Harmonies of #DD62FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62FE

Black with #DD62FE

Text Example


Text Example

White with #DD62FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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