Html Css Color HEX #D351FE Heliotrope

📋 copy color: '#D351FE'

red 211 ◦ green 81 ◦ blue 254

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

Shades of Heliotrope #D351FE

Tints of Heliotrope #D351FE

RGB

 RED value IS 211 (82.81% from 255) = 38.64%

 GREEN value IS 81 (32.03% from 255) = 14.84%

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 38.64%
G = 14.84%
B = 46.52%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D351FE (or 0xD351FE) is known color: Heliotrope. HEX triplet: D3, 51 and FE. RGB value is (211,81,254). Sum of RGB (Red+Green+Blue) = 211+81+254=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 81 (32.03% from 255 or 14.84% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #D351FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D351FE is #2CAE01. Grayscale: #8B8B8B. Windows color (decimal): -2928130 or 16667091. OLE color: 16667091.

HSL color Cylindrical-coordinate representation of color #D351FE: hue angle of 285.09º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D351FE is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 81 254 -
CMYK 0.17 0.68 0 0.00
HSL 285.09º 0.99% 0.66% -
HSV(B) 285.09º 0.68% 1% -
XYZ 47.7 26.89 96.44 -
YUV 139.59 192.57 178.93 -
System Red Green Blue C M Y K H S L
Decimal 211 81 254 0.17 0.68 0 0.00 285.09 0.99 0.66
Hex D3 51 FE 11 44 0 0 11D 63 42
Octal 323 121 376 21 104 0 0 435 143 102
Binary 11010011 1010001 11111110 10001 1000100 0 0 100011101 1100011 1000010

Color Harmonies of #D351FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D351FE

Black with #D351FE

Text Example


Text Example

White with #D351FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D351FE; }

 p { color: rgb(211,81,254); }

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

background-color css

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

 a { background-color: rgb(211,81,254); }

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

border-color css

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

 span { border-color: rgb(211,81,254); }

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