Html Css Color HEX #DD65FD Heliotrope

📋 copy color: '#DD65FD'

red 221 ◦ green 101 ◦ blue 253

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

Shades of Heliotrope #DD65FD

Tints of Heliotrope #DD65FD

RGB

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

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

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

R = 38.43%
G = 17.57%
B = 44%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD65FD (or 0xDD65FD) is known color: Heliotrope. HEX triplet: DD, 65 and FD. RGB value is (221,101,253). Sum of RGB (Red+Green+Blue) = 221+101+253=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 101 (39.84% from 255 or 17.57% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD65FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD65FD is #229A02. Grayscale: #999999. Windows color (decimal): -2267651 or 16606685. OLE color: 16606685.

HSL color Cylindrical-coordinate representation of color #DD65FD: hue angle of 287.37º degrees, saturation: 0.97, 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 #DD65FD is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 101 253 -
CMYK 0.13 0.60 0 0.01
HSL 287.37º 0.97% 0.69% -
HSV(B) 287.37º 0.6% 0.99% -
XYZ 52.2 31.77 96.31 -
YUV 154.21 183.76 175.64 -
System Red Green Blue C M Y K H S L
Decimal 221 101 253 0.13 0.60 0 0.01 287.37 0.97 0.69
Hex DD 65 FD D 3C 0 1 11F 61 45
Octal 335 145 375 15 74 0 1 437 141 105
Binary 11011101 1100101 11111101 1101 111100 0 1 100011111 1100001 1000101

Color Harmonies of #DD65FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD65FD

Black with #DD65FD

Text Example


Text Example

White with #DD65FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD65FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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