Html Css Color HEX #D954F2 Heliotrope

📋 copy color: '#D954F2'

red 217 ◦ green 84 ◦ blue 242

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

Shades of Heliotrope #D954F2

Tints of Heliotrope #D954F2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.47%

 BLUE value IS 242 (94.92% from 255) = 44.57%

R = 39.96%
G = 15.47%
B = 44.57%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D954F2 (or 0xD954F2) is known color: Heliotrope. HEX triplet: D9, 54 and F2. RGB value is (217,84,242). Sum of RGB (Red+Green+Blue) = 217+84+242=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 84 (33.20% from 255 or 15.47% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #D954F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D954F2 is #26AB0D. Grayscale: #8D8D8D. Windows color (decimal): -2534158 or 15881433. OLE color: 15881433.

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

Color convert

RGB 217 84 242 -
CMYK 0.10 0.65 0 0.05
HSL 290.51º 0.86% 0.64% -
HSV(B) 290.51º 0.65% 0.95% -
XYZ 47.81 27.5 86.79 -
YUV 141.78 184.56 181.65 -
System Red Green Blue C M Y K H S L
Decimal 217 84 242 0.10 0.65 0 0.05 290.51 0.86 0.64
Hex D9 54 F2 A 41 0 5 123 56 40
Octal 331 124 362 12 101 0 5 443 126 100
Binary 11011001 1010100 11110010 1010 1000001 0 101 100100011 1010110 1000000

Color Harmonies of #D954F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954F2

Black with #D954F2

Text Example


Text Example

White with #D954F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954F2; }

 p { color: rgb(217,84,242); }

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

background-color css

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

 a { background-color: rgb(217,84,242); }

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

border-color css

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

 span { border-color: rgb(217,84,242); }

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