Html Css Color HEX #D271F1 Heliotrope

📋 copy color: '#D271F1'

red 210 ◦ green 113 ◦ blue 241

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

Shades of Heliotrope #D271F1

Tints of Heliotrope #D271F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.73%

R = 37.23%
G = 20.04%
B = 42.73%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D271F1 (or 0xD271F1) is known color: Heliotrope. HEX triplet: D2, 71 and F1. RGB value is (210,113,241). Sum of RGB (Red+Green+Blue) = 210+113+241=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #D271F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D271F1 is #2D8E0E. Grayscale: #9C9C9C. Windows color (decimal): -2985487 or 15823314. OLE color: 15823314.

HSL color Cylindrical-coordinate representation of color #D271F1: hue angle of 285.47º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D271F1 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 113 241 -
CMYK 0.13 0.53 0 0.05
HSL 285.47º 0.82% 0.69% -
HSV(B) 285.47º 0.53% 0.95% -
XYZ 48.36 31.86 86.82 -
YUV 156.6 175.64 166.09 -
System Red Green Blue C M Y K H S L
Decimal 210 113 241 0.13 0.53 0 0.05 285.47 0.82 0.69
Hex D2 71 F1 D 35 0 5 11D 52 45
Octal 322 161 361 15 65 0 5 435 122 105
Binary 11010010 1110001 11110001 1101 110101 0 101 100011101 1010010 1000101

Color Harmonies of #D271F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271F1

Black with #D271F1

Text Example


Text Example

White with #D271F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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