Html Css Color HEX #D271ED Heliotrope

📋 copy color: '#D271ED'

red 210 ◦ green 113 ◦ blue 237

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

Shades of Heliotrope #D271ED

Tints of Heliotrope #D271ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.32%

R = 37.5%
G = 20.18%
B = 42.32%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D271ED (or 0xD271ED) is known color: Heliotrope. HEX triplet: D2, 71 and ED. RGB value is (210,113,237). Sum of RGB (Red+Green+Blue) = 210+113+237=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #D271ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D271ED is #2D8E12. Grayscale: #9B9B9B. Windows color (decimal): -2985491 or 15561170. OLE color: 15561170.

HSL color Cylindrical-coordinate representation of color #D271ED: hue angle of 286.94º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D271ED is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 113 237 -
CMYK 0.11 0.52 0 0.07
HSL 286.94º 0.78% 0.69% -
HSV(B) 286.94º 0.52% 0.93% -
XYZ 47.77 31.63 83.71 -
YUV 156.14 173.64 166.42 -
System Red Green Blue C M Y K H S L
Decimal 210 113 237 0.11 0.52 0 0.07 286.94 0.78 0.69
Hex D2 71 ED B 34 0 7 11F 4E 45
Octal 322 161 355 13 64 0 7 437 116 105
Binary 11010010 1110001 11101101 1011 110100 0 111 100011111 1001110 1000101

Color Harmonies of #D271ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271ED

Black with #D271ED

Text Example


Text Example

White with #D271ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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