Html Css Color HEX #D271FC Heliotrope

📋 copy color: '#D271FC'

red 210 ◦ green 113 ◦ blue 252

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

Shades of Heliotrope #D271FC

Tints of Heliotrope #D271FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.83%

R = 36.52%
G = 19.65%
B = 43.83%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D271FC (or 0xD271FC) is known color: Heliotrope. HEX triplet: D2, 71 and FC. RGB value is (210,113,252). Sum of RGB (Red+Green+Blue) = 210+113+252=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 113 (44.53% from 255 or 19.65% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #D271FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D271FC is #2D8E03. Grayscale: #9D9D9D. Windows color (decimal): -2985476 or 16544210. OLE color: 16544210.

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

Color convert

RGB 210 113 252 -
CMYK 0.17 0.55 0 0.01
HSL 281.87º 0.96% 0.72% -
HSV(B) 281.87º 0.55% 0.99% -
XYZ 50.05 32.54 95.74 -
YUV 157.85 181.14 165.2 -
System Red Green Blue C M Y K H S L
Decimal 210 113 252 0.17 0.55 0 0.01 281.87 0.96 0.72
Hex D2 71 FC 11 37 0 1 11A 60 48
Octal 322 161 374 21 67 0 1 432 140 110
Binary 11010010 1110001 11111100 10001 110111 0 1 100011010 1100000 1001000

Color Harmonies of #D271FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271FC

Black with #D271FC

Text Example


Text Example

White with #D271FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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