Html Css Color HEX #D271EF Heliotrope

📋 copy color: '#D271EF'

red 210 ◦ green 113 ◦ blue 239

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

Shades of Heliotrope #D271EF

Tints of Heliotrope #D271EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.53%

R = 37.37%
G = 20.11%
B = 42.53%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D271EF (or 0xD271EF) is known color: Heliotrope. HEX triplet: D2, 71 and EF. RGB value is (210,113,239). Sum of RGB (Red+Green+Blue) = 210+113+239=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #D271EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D271EF is #2D8E10. Grayscale: #9B9B9B. Windows color (decimal): -2985489 or 15692242. OLE color: 15692242.

HSL color Cylindrical-coordinate representation of color #D271EF: hue angle of 286.19º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D271EF is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 113 239 -
CMYK 0.12 0.53 0 0.06
HSL 286.19º 0.8% 0.69% -
HSV(B) 286.19º 0.53% 0.94% -
XYZ 48.06 31.74 85.26 -
YUV 156.37 174.64 166.25 -
System Red Green Blue C M Y K H S L
Decimal 210 113 239 0.12 0.53 0 0.06 286.19 0.8 0.69
Hex D2 71 EF C 35 0 6 11E 50 45
Octal 322 161 357 14 65 0 6 436 120 105
Binary 11010010 1110001 11101111 1100 110101 0 110 100011110 1010000 1000101

Color Harmonies of #D271EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271EF

Black with #D271EF

Text Example


Text Example

White with #D271EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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