Html Css Color HEX #DD65F6 Heliotrope

📋 copy color: '#DD65F6'

red 221 ◦ green 101 ◦ blue 246

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

Shades of Heliotrope #DD65F6

Tints of Heliotrope #DD65F6

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.78%

 BLUE value IS 246 (96.48% from 255) = 43.31%

R = 38.91%
G = 17.78%
B = 43.31%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD65F6 (or 0xDD65F6) is known color: Heliotrope. HEX triplet: DD, 65 and F6. RGB value is (221,101,246). Sum of RGB (Red+Green+Blue) = 221+101+246=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 101 (39.84% from 255 or 17.78% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD65F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD65F6 is #229A09. Grayscale: #989898. Windows color (decimal): -2267658 or 16147933. OLE color: 16147933.

HSL color Cylindrical-coordinate representation of color #DD65F6: hue angle of 289.66º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD65F6 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 101 246 -
CMYK 0.10 0.59 0 0.04
HSL 289.66º 0.89% 0.68% -
HSV(B) 289.66º 0.59% 0.96% -
XYZ 51.11 31.33 90.54 -
YUV 153.41 180.26 176.21 -
System Red Green Blue C M Y K H S L
Decimal 221 101 246 0.10 0.59 0 0.04 289.66 0.89 0.68
Hex DD 65 F6 A 3B 0 4 122 59 44
Octal 335 145 366 12 73 0 4 442 131 104
Binary 11011101 1100101 11110110 1010 111011 0 100 100100010 1011001 1000100

Color Harmonies of #DD65F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD65F6

Black with #DD65F6

Text Example


Text Example

White with #DD65F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD65F6; }

 p { color: rgb(221,101,246); }

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

background-color css

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

 a { background-color: rgb(221,101,246); }

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

border-color css

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

 span { border-color: rgb(221,101,246); }

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