Html Css Color HEX #D271FE Heliotrope

📋 copy color: '#D271FE'

red 210 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #D271FE

Tints of Heliotrope #D271FE

RGB

 RED value IS 210 (82.42% from 255) = 36.4%

 GREEN value IS 113 (44.53% from 255) = 19.58%

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

R = 36.4%
G = 19.58%
B = 44.02%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D271FE (or 0xD271FE) is known color: Heliotrope. HEX triplet: D2, 71 and FE. RGB value is (210,113,254). Sum of RGB (Red+Green+Blue) = 210+113+254=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #D271FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D271FE is #2D8E01. Grayscale: #9D9D9D. Windows color (decimal): -2985474 or 16675282. OLE color: 16675282.

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

Color convert

RGB 210 113 254 -
CMYK 0.17 0.56 0 0.00
HSL 281.28º 0.99% 0.72% -
HSV(B) 281.28º 0.56% 1% -
XYZ 50.37 32.67 97.42 -
YUV 158.08 182.14 165.04 -
System Red Green Blue C M Y K H S L
Decimal 210 113 254 0.17 0.56 0 0.00 281.28 0.99 0.72
Hex D2 71 FE 11 38 0 0 119 63 48
Octal 322 161 376 21 70 0 0 431 143 110
Binary 11010010 1110001 11111110 10001 111000 0 0 100011001 1100011 1001000

Color Harmonies of #D271FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271FE

Black with #D271FE

Text Example


Text Example

White with #D271FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271FE; }

 p { color: rgb(210,113,254); }

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

background-color css

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

 a { background-color: rgb(210,113,254); }

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

border-color css

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

 span { border-color: rgb(210,113,254); }

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