Html Css Color HEX #D273F1 Heliotrope

📋 copy color: '#D273F1'

red 210 ◦ green 115 ◦ blue 241

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

Shades of Heliotrope #D273F1

Tints of Heliotrope #D273F1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.32%

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

R = 37.1%
G = 20.32%
B = 42.58%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D273F1 (or 0xD273F1) is known color: Heliotrope. HEX triplet: D2, 73 and F1. RGB value is (210,115,241). Sum of RGB (Red+Green+Blue) = 210+115+241=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #D273F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D273F1 is #2D8C0E. Grayscale: #9D9D9D. Windows color (decimal): -2984975 or 15823826. OLE color: 15823826.

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

Color convert

RGB 210 115 241 -
CMYK 0.13 0.52 0 0.05
HSL 285.24º 0.82% 0.7% -
HSV(B) 285.24º 0.52% 0.95% -
XYZ 48.59 32.31 86.9 -
YUV 157.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 210 115 241 0.13 0.52 0 0.05 285.24 0.82 0.7
Hex D2 73 F1 D 34 0 5 11D 52 46
Octal 322 163 361 15 64 0 5 435 122 106
Binary 11010010 1110011 11110001 1101 110100 0 101 100011101 1010010 1000110

Color Harmonies of #D273F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D273F1

Black with #D273F1

Text Example


Text Example

White with #D273F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D273F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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