Html Css Color HEX #DD63F1 Heliotrope

📋 copy color: '#DD63F1'

red 221 ◦ green 99 ◦ blue 241

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

Shades of Heliotrope #DD63F1

Tints of Heliotrope #DD63F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.96%

R = 39.39%
G = 17.65%
B = 42.96%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD63F1 (or 0xDD63F1) is known color: Heliotrope. HEX triplet: DD, 63 and F1. RGB value is (221,99,241). Sum of RGB (Red+Green+Blue) = 221+99+241=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 99 (39.06% from 255 or 17.65% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD63F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD63F1 is #229C0E. Grayscale: #979797. Windows color (decimal): -2268175 or 15819741. OLE color: 15819741.

HSL color Cylindrical-coordinate representation of color #DD63F1: hue angle of 291.55º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD63F1 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 99 241 -
CMYK 0.08 0.59 0 0.05
HSL 291.55º 0.84% 0.67% -
HSV(B) 291.55º 0.59% 0.95% -
XYZ 50.16 30.65 86.49 -
YUV 151.67 178.42 177.45 -
System Red Green Blue C M Y K H S L
Decimal 221 99 241 0.08 0.59 0 0.05 291.55 0.84 0.67
Hex DD 63 F1 8 3B 0 5 124 54 43
Octal 335 143 361 10 73 0 5 444 124 103
Binary 11011101 1100011 11110001 1000 111011 0 101 100100100 1010100 1000011

Color Harmonies of #DD63F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63F1

Black with #DD63F1

Text Example


Text Example

White with #DD63F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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