Html Css Color HEX #D273F0 Heliotrope

📋 copy color: '#D273F0'

red 210 ◦ green 115 ◦ blue 240

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

Shades of Heliotrope #D273F0

Tints of Heliotrope #D273F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.48%

R = 37.17%
G = 20.35%
B = 42.48%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D273F0 (or 0xD273F0) is known color: Heliotrope. HEX triplet: D2, 73 and F0. RGB value is (210,115,240). Sum of RGB (Red+Green+Blue) = 210+115+240=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #D273F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D273F0 is #2D8C0F. Grayscale: #9D9D9D. Windows color (decimal): -2984976 or 15758290. OLE color: 15758290.

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

Color convert

RGB 210 115 240 -
CMYK 0.12 0.52 0 0.06
HSL 285.6º 0.81% 0.7% -
HSV(B) 285.6º 0.52% 0.94% -
XYZ 48.44 32.25 86.11 -
YUV 157.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 210 115 240 0.12 0.52 0 0.06 285.6 0.81 0.7
Hex D2 73 F0 C 34 0 6 11E 51 46
Octal 322 163 360 14 64 0 6 436 121 106
Binary 11010010 1110011 11110000 1100 110100 0 110 100011110 1010001 1000110

Color Harmonies of #D273F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D273F0

Black with #D273F0

Text Example


Text Example

White with #D273F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D273F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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