Html Css Color HEX #D277FA Heliotrope

📋 copy color: '#D277FA'

red 210 ◦ green 119 ◦ blue 250

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

Shades of Heliotrope #D277FA

Tints of Heliotrope #D277FA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.55%

 BLUE value IS 250 (98.05% from 255) = 43.18%

R = 36.27%
G = 20.55%
B = 43.18%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D277FA (or 0xD277FA) is known color: Heliotrope. HEX triplet: D2, 77 and FA. RGB value is (210,119,250). Sum of RGB (Red+Green+Blue) = 210+119+250=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #D277FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D277FA is #2D8805. Grayscale: #A0A0A0. Windows color (decimal): -2983942 or 16414674. OLE color: 16414674.

HSL color Cylindrical-coordinate representation of color #D277FA: hue angle of 281.68º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D277FA is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 119 250 -
CMYK 0.16 0.52 0 0.02
HSL 281.68º 0.93% 0.72% -
HSV(B) 281.68º 0.52% 0.98% -
XYZ 50.43 33.8 94.31 -
YUV 161.14 178.15 162.85 -
System Red Green Blue C M Y K H S L
Decimal 210 119 250 0.16 0.52 0 0.02 281.68 0.93 0.72
Hex D2 77 FA 10 34 0 2 11A 5D 48
Octal 322 167 372 20 64 0 2 432 135 110
Binary 11010010 1110111 11111010 10000 110100 0 10 100011010 1011101 1001000

Color Harmonies of #D277FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D277FA

Black with #D277FA

Text Example


Text Example

White with #D277FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D277FA; }

 p { color: rgb(210,119,250); }

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

background-color css

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

 a { background-color: rgb(210,119,250); }

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

border-color css

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

 span { border-color: rgb(210,119,250); }

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