Html Css Color HEX #D273EB Heliotrope

📋 copy color: '#D273EB'

red 210 ◦ green 115 ◦ blue 235

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

Shades of Heliotrope #D273EB

Tints of Heliotrope #D273EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 37.5%
G = 20.54%
B = 41.96%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D273EB (or 0xD273EB) is known color: Heliotrope. HEX triplet: D2, 73 and EB. RGB value is (210,115,235). Sum of RGB (Red+Green+Blue) = 210+115+235=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #D273EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D273EB is #2D8C14. Grayscale: #9C9C9C. Windows color (decimal): -2984981 or 15430610. OLE color: 15430610.

HSL color Cylindrical-coordinate representation of color #D273EB: hue angle of 287.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D273EB is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 115 235 -
CMYK 0.11 0.51 0 0.08
HSL 287.5º 0.75% 0.69% -
HSV(B) 287.5º 0.51% 0.92% -
XYZ 47.7 31.96 82.25 -
YUV 157.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 210 115 235 0.11 0.51 0 0.08 287.5 0.75 0.69
Hex D2 73 EB B 33 0 8 120 4B 45
Octal 322 163 353 13 63 0 10 440 113 105
Binary 11010010 1110011 11101011 1011 110011 0 1000 100100000 1001011 1000101

Color Harmonies of #D273EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D273EB

Black with #D273EB

Text Example


Text Example

White with #D273EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D273EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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