Html Css Color HEX #D965FF Heliotrope

📋 copy color: '#D965FF'

red 217 ◦ green 101 ◦ blue 255

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

Shades of Heliotrope #D965FF

Tints of Heliotrope #D965FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.5%

R = 37.87%
G = 17.63%
B = 44.5%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D965FF (or 0xD965FF) is known color: Heliotrope. HEX triplet: D9, 65 and FF. RGB value is (217,101,255). Sum of RGB (Red+Green+Blue) = 217+101+255=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 101 (39.84% from 255 or 17.63% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #D965FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D965FF is #269A00. Grayscale: #989898. Windows color (decimal): -2529793 or 16737753. OLE color: 16737753.

HSL color Cylindrical-coordinate representation of color #D965FF: hue angle of 285.19º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D965FF is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 101 255 -
CMYK 0.15 0.60 0 0
HSL 285.19º 1% 0.7% -
HSV(B) 285.19º 0.6% 1% -
XYZ 51.32 31.28 97.94 -
YUV 153.24 185.43 173.48 -
System Red Green Blue C M Y K H S L
Decimal 217 101 255 0.15 0.60 0 0 285.19 1 0.7
Hex D9 65 FF F 3C 0 0 11D 64 46
Octal 331 145 377 17 74 0 0 435 144 106
Binary 11011001 1100101 11111111 1111 111100 0 0 100011101 1100100 1000110

Color Harmonies of #D965FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D965FF

Black with #D965FF

Text Example


Text Example

White with #D965FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D965FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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