Html Css Color HEX #DD65FC Heliotrope

📋 copy color: '#DD65FC'

red 221 ◦ green 101 ◦ blue 252

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

Shades of Heliotrope #DD65FC

Tints of Heliotrope #DD65FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.9%

R = 38.5%
G = 17.6%
B = 43.9%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD65FC (or 0xDD65FC) is known color: Heliotrope. HEX triplet: DD, 65 and FC. RGB value is (221,101,252). Sum of RGB (Red+Green+Blue) = 221+101+252=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 101 (39.84% from 255 or 17.60% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD65FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD65FC is #229A03. Grayscale: #999999. Windows color (decimal): -2267652 or 16541149. OLE color: 16541149.

HSL color Cylindrical-coordinate representation of color #DD65FC: hue angle of 287.68º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD65FC is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 101 252 -
CMYK 0.12 0.60 0 0.01
HSL 287.68º 0.96% 0.69% -
HSV(B) 287.68º 0.6% 0.99% -
XYZ 52.04 31.71 95.47 -
YUV 154.09 183.26 175.72 -
System Red Green Blue C M Y K H S L
Decimal 221 101 252 0.12 0.60 0 0.01 287.68 0.96 0.69
Hex DD 65 FC C 3C 0 1 120 60 45
Octal 335 145 374 14 74 0 1 440 140 105
Binary 11011101 1100101 11111100 1100 111100 0 1 100100000 1100000 1000101

Color Harmonies of #DD65FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD65FC

Black with #DD65FC

Text Example


Text Example

White with #DD65FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD65FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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