Html Css Color HEX #DD63EE Heliotrope

📋 copy color: '#DD63EE'

red 221 ◦ green 99 ◦ blue 238

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

Shades of Heliotrope #DD63EE

Tints of Heliotrope #DD63EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.65%

R = 39.61%
G = 17.74%
B = 42.65%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD63EE (or 0xDD63EE) is known color: Heliotrope. HEX triplet: DD, 63 and EE. RGB value is (221,99,238). Sum of RGB (Red+Green+Blue) = 221+99+238=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 99 (39.06% from 255 or 17.74% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD63EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD63EE is #229C11. Grayscale: #969696. Windows color (decimal): -2268178 or 15623133. OLE color: 15623133.

HSL color Cylindrical-coordinate representation of color #DD63EE: hue angle of 292.66º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD63EE is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 99 238 -
CMYK 0.07 0.58 0 0.07
HSL 292.66º 0.8% 0.66% -
HSV(B) 292.66º 0.58% 0.93% -
XYZ 49.71 30.47 84.15 -
YUV 151.32 176.92 177.7 -
System Red Green Blue C M Y K H S L
Decimal 221 99 238 0.07 0.58 0 0.07 292.66 0.8 0.66
Hex DD 63 EE 7 3A 0 7 125 50 42
Octal 335 143 356 7 72 0 7 445 120 102
Binary 11011101 1100011 11101110 111 111010 0 111 100100101 1010000 1000010

Color Harmonies of #DD63EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63EE

Black with #DD63EE

Text Example


Text Example

White with #DD63EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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