Html Css Color HEX #D965F1 Heliotrope

📋 copy color: '#D965F1'

red 217 ◦ green 101 ◦ blue 241

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

Shades of Heliotrope #D965F1

Tints of Heliotrope #D965F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.11%

R = 38.82%
G = 18.07%
B = 43.11%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D965F1 (or 0xD965F1) is known color: Heliotrope. HEX triplet: D9, 65 and F1. RGB value is (217,101,241). Sum of RGB (Red+Green+Blue) = 217+101+241=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #D965F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D965F1 is #269A0E. Grayscale: #979797. Windows color (decimal): -2529807 or 15820249. OLE color: 15820249.

HSL color Cylindrical-coordinate representation of color #D965F1: hue angle of 289.71º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D965F1 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 101 241 -
CMYK 0.10 0.58 0 0.05
HSL 289.71º 0.83% 0.67% -
HSV(B) 289.71º 0.58% 0.95% -
XYZ 49.15 30.41 86.5 -
YUV 151.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 217 101 241 0.10 0.58 0 0.05 289.71 0.83 0.67
Hex D9 65 F1 A 3A 0 5 122 53 43
Octal 331 145 361 12 72 0 5 442 123 103
Binary 11011001 1100101 11110001 1010 111010 0 101 100100010 1010011 1000011

Color Harmonies of #D965F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D965F1

Black with #D965F1

Text Example


Text Example

White with #D965F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D965F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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