Html Css Color HEX #D273FF Heliotrope

📋 copy color: '#D273FF'

red 210 ◦ green 115 ◦ blue 255

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

Shades of Heliotrope #D273FF

Tints of Heliotrope #D273FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.97%

R = 36.21%
G = 19.83%
B = 43.97%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D273FF (or 0xD273FF) is known color: Heliotrope. HEX triplet: D2, 73 and FF. RGB value is (210,115,255). Sum of RGB (Red+Green+Blue) = 210+115+255=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 115 (45.31% from 255 or 19.83% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #D273FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D273FF is #2D8C00. Grayscale: #9E9E9E. Windows color (decimal): -2984961 or 16741330. OLE color: 16741330.

HSL color Cylindrical-coordinate representation of color #D273FF: hue angle of 280.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D273FF is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 210 115 255 -
CMYK 0.18 0.55 0 0
HSL 280.71º 1% 0.73% -
HSV(B) 280.71º 0.55% 1% -
XYZ 50.76 33.18 98.34 -
YUV 159.37 181.97 164.12 -
System Red Green Blue C M Y K H S L
Decimal 210 115 255 0.18 0.55 0 0 280.71 1 0.73
Hex D2 73 FF 12 37 0 0 119 64 49
Octal 322 163 377 22 67 0 0 431 144 111
Binary 11010010 1110011 11111111 10010 110111 0 0 100011001 1100100 1001001

Color Harmonies of #D273FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D273FF

Black with #D273FF

Text Example


Text Example

White with #D273FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D273FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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