Html Css Color HEX #DD63FE Heliotrope

📋 copy color: '#DD63FE'

red 221 ◦ green 99 ◦ blue 254

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

Shades of Heliotrope #DD63FE

Tints of Heliotrope #DD63FE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.25%

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

R = 38.5%
G = 17.25%
B = 44.25%

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

#DD63FE (or 0xDD63FE) is known color: Heliotrope. HEX triplet: DD, 63 and FE. RGB value is (221,99,254). Sum of RGB (Red+Green+Blue) = 221+99+254=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 99 (39.06% from 255 or 17.25% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD63FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD63FE is #229C01. Grayscale: #989898. Windows color (decimal): -2268162 or 16671709. OLE color: 16671709.

HSL color Cylindrical-coordinate representation of color #DD63FE: hue angle of 287.23º 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 #DD63FE is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 99 254 -
CMYK 0.13 0.61 0 0.00
HSL 287.23º 0.99% 0.69% -
HSV(B) 287.23º 0.61% 1% -
XYZ 52.17 31.45 97.09 -
YUV 153.15 184.92 176.4 -
System Red Green Blue C M Y K H S L
Decimal 221 99 254 0.13 0.61 0 0.00 287.23 0.99 0.69
Hex DD 63 FE D 3D 0 0 11F 63 45
Octal 335 143 376 15 75 0 0 437 143 105
Binary 11011101 1100011 11111110 1101 111101 0 0 100011111 1100011 1000101

Color Harmonies of #DD63FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63FE

Black with #DD63FE

Text Example


Text Example

White with #DD63FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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