Html Css Color HEX #D965FD Heliotrope

📋 copy color: '#D965FD'

red 217 ◦ green 101 ◦ blue 253

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

Shades of Heliotrope #D965FD

Tints of Heliotrope #D965FD

RGB

 RED value IS 217 (85.16% from 255) = 38%

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

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

R = 38%
G = 17.69%
B = 44.31%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D965FD (or 0xD965FD) is known color: Heliotrope. HEX triplet: D9, 65 and FD. RGB value is (217,101,253). Sum of RGB (Red+Green+Blue) = 217+101+253=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 101 (39.84% from 255 or 17.69% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #D965FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D965FD is #269A02. Grayscale: #989898. Windows color (decimal): -2529795 or 16606681. OLE color: 16606681.

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

Color convert

RGB 217 101 253 -
CMYK 0.14 0.60 0 0.01
HSL 285.79º 0.97% 0.69% -
HSV(B) 285.79º 0.6% 0.99% -
XYZ 51 31.15 96.25 -
YUV 153.01 184.43 173.64 -
System Red Green Blue C M Y K H S L
Decimal 217 101 253 0.14 0.60 0 0.01 285.79 0.97 0.69
Hex D9 65 FD E 3C 0 1 11E 61 45
Octal 331 145 375 16 74 0 1 436 141 105
Binary 11011001 1100101 11111101 1110 111100 0 1 100011110 1100001 1000101

Color Harmonies of #D965FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D965FD

Black with #D965FD

Text Example


Text Example

White with #D965FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D965FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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