Html Css Color HEX #D277EA Heliotrope

📋 copy color: '#D277EA'

red 210 ◦ green 119 ◦ blue 234

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

Shades of Heliotrope #D277EA

Tints of Heliotrope #D277EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.56%

R = 37.3%
G = 21.14%
B = 41.56%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D277EA (or 0xD277EA) is known color: Heliotrope. HEX triplet: D2, 77 and EA. RGB value is (210,119,234). Sum of RGB (Red+Green+Blue) = 210+119+234=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #D277EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D277EA is #2D8815. Grayscale: #9E9E9E. Windows color (decimal): -2983958 or 15366098. OLE color: 15366098.

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

Color convert

RGB 210 119 234 -
CMYK 0.10 0.49 0 0.08
HSL 287.48º 0.73% 0.69% -
HSV(B) 287.48º 0.49% 0.92% -
XYZ 48.03 32.84 81.65 -
YUV 159.32 170.15 164.15 -
System Red Green Blue C M Y K H S L
Decimal 210 119 234 0.10 0.49 0 0.08 287.48 0.73 0.69
Hex D2 77 EA A 31 0 8 11F 49 45
Octal 322 167 352 12 61 0 10 437 111 105
Binary 11010010 1110111 11101010 1010 110001 0 1000 100011111 1001001 1000101

Color Harmonies of #D277EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D277EA

Black with #D277EA

Text Example


Text Example

White with #D277EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D277EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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