Html Css Color HEX #D96BF3 Heliotrope

📋 copy color: '#D96BF3'

red 217 ◦ green 107 ◦ blue 243

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

Shades of Heliotrope #D96BF3

Tints of Heliotrope #D96BF3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.87%

 BLUE value IS 243 (95.31% from 255) = 42.86%

R = 38.27%
G = 18.87%
B = 42.86%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D96BF3 (or 0xD96BF3) is known color: Heliotrope. HEX triplet: D9, 6B and F3. RGB value is (217,107,243). Sum of RGB (Red+Green+Blue) = 217+107+243=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 107 (42.19% from 255 or 18.87% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #D96BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96BF3 is #26940C. Grayscale: #9A9A9A. Windows color (decimal): -2528269 or 15952857. OLE color: 15952857.

HSL color Cylindrical-coordinate representation of color #D96BF3: hue angle of 288.53º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96BF3 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 107 243 -
CMYK 0.11 0.56 0 0.05
HSL 288.53º 0.85% 0.69% -
HSV(B) 288.53º 0.56% 0.95% -
XYZ 50.05 31.74 88.28 -
YUV 155.39 177.44 171.94 -
System Red Green Blue C M Y K H S L
Decimal 217 107 243 0.11 0.56 0 0.05 288.53 0.85 0.69
Hex D9 6B F3 B 38 0 5 121 55 45
Octal 331 153 363 13 70 0 5 441 125 105
Binary 11011001 1101011 11110011 1011 111000 0 101 100100001 1010101 1000101

Color Harmonies of #D96BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96BF3

Black with #D96BF3

Text Example


Text Example

White with #D96BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96BF3; }

 p { color: rgb(217,107,243); }

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

background-color css

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

 a { background-color: rgb(217,107,243); }

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

border-color css

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

 span { border-color: rgb(217,107,243); }

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