Html Css Color HEX #DD63FD Heliotrope

📋 copy color: '#DD63FD'

red 221 ◦ green 99 ◦ blue 253

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

Shades of Heliotrope #DD63FD

Tints of Heliotrope #DD63FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.15%

R = 38.57%
G = 17.28%
B = 44.15%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD63FD (or 0xDD63FD) is known color: Heliotrope. HEX triplet: DD, 63 and FD. RGB value is (221,99,253). Sum of RGB (Red+Green+Blue) = 221+99+253=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 99 (39.06% from 255 or 17.28% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD63FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD63FD is #229C02. Grayscale: #989898. Windows color (decimal): -2268163 or 16606173. OLE color: 16606173.

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

Color convert

RGB 221 99 253 -
CMYK 0.13 0.61 0 0.01
HSL 287.53º 0.97% 0.69% -
HSV(B) 287.53º 0.61% 0.99% -
XYZ 52.01 31.39 96.25 -
YUV 153.03 184.42 176.48 -
System Red Green Blue C M Y K H S L
Decimal 221 99 253 0.13 0.61 0 0.01 287.53 0.97 0.69
Hex DD 63 FD D 3D 0 1 120 61 45
Octal 335 143 375 15 75 0 1 440 141 105
Binary 11011101 1100011 11111101 1101 111101 0 1 100100000 1100001 1000101

Color Harmonies of #DD63FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63FD

Black with #DD63FD

Text Example


Text Example

White with #DD63FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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