Html Css Color HEX #D968F9 Heliotrope

📋 copy color: '#D968F9'

red 217 ◦ green 104 ◦ blue 249

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

Shades of Heliotrope #D968F9

Tints of Heliotrope #D968F9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.25%

 BLUE value IS 249 (97.66% from 255) = 43.68%

R = 38.07%
G = 18.25%
B = 43.68%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D968F9 (or 0xD968F9) is known color: Heliotrope. HEX triplet: D9, 68 and F9. RGB value is (217,104,249). Sum of RGB (Red+Green+Blue) = 217+104+249=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 104 (41.02% from 255 or 18.25% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #D968F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D968F9 is #269706. Grayscale: #999999. Windows color (decimal): -2529031 or 16345305. OLE color: 16345305.

HSL color Cylindrical-coordinate representation of color #D968F9: hue angle of 286.76º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D968F9 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 104 249 -
CMYK 0.13 0.58 0 0.02
HSL 286.76º 0.92% 0.69% -
HSV(B) 286.76º 0.58% 0.98% -
XYZ 50.66 31.49 93.03 -
YUV 154.32 181.44 172.71 -
System Red Green Blue C M Y K H S L
Decimal 217 104 249 0.13 0.58 0 0.02 286.76 0.92 0.69
Hex D9 68 F9 D 3A 0 2 11F 5C 45
Octal 331 150 371 15 72 0 2 437 134 105
Binary 11011001 1101000 11111001 1101 111010 0 10 100011111 1011100 1000101

Color Harmonies of #D968F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D968F9

Black with #D968F9

Text Example


Text Example

White with #D968F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D968F9; }

 p { color: rgb(217,104,249); }

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

background-color css

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

 a { background-color: rgb(217,104,249); }

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

border-color css

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

 span { border-color: rgb(217,104,249); }

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