Html Css Color HEX #D271EA Heliotrope

📋 copy color: '#D271EA'

red 210 ◦ green 113 ◦ blue 234

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

Shades of Heliotrope #D271EA

Tints of Heliotrope #D271EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.01%

R = 37.7%
G = 20.29%
B = 42.01%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D271EA (or 0xD271EA) is known color: Heliotrope. HEX triplet: D2, 71 and EA. RGB value is (210,113,234). Sum of RGB (Red+Green+Blue) = 210+113+234=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #D271EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D271EA is #2D8E15. Grayscale: #9B9B9B. Windows color (decimal): -2985494 or 15364562. OLE color: 15364562.

HSL color Cylindrical-coordinate representation of color #D271EA: hue angle of 288.1º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D271EA is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 113 234 -
CMYK 0.10 0.52 0 0.08
HSL 288.1º 0.74% 0.68% -
HSV(B) 288.1º 0.52% 0.92% -
XYZ 47.33 31.45 81.42 -
YUV 155.8 172.14 166.66 -
System Red Green Blue C M Y K H S L
Decimal 210 113 234 0.10 0.52 0 0.08 288.1 0.74 0.68
Hex D2 71 EA A 34 0 8 120 4A 44
Octal 322 161 352 12 64 0 10 440 112 104
Binary 11010010 1110001 11101010 1010 110100 0 1000 100100000 1001010 1000100

Color Harmonies of #D271EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271EA

Black with #D271EA

Text Example


Text Example

White with #D271EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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