Html Css Color HEX #D277EB Heliotrope

📋 copy color: '#D277EB'

red 210 ◦ green 119 ◦ blue 235

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

Shades of Heliotrope #D277EB

Tints of Heliotrope #D277EB

RGB

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

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

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

R = 37.23%
G = 21.1%
B = 41.67%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D277EB (or 0xD277EB) is known color: Heliotrope. HEX triplet: D2, 77 and EB. RGB value is (210,119,235). Sum of RGB (Red+Green+Blue) = 210+119+235=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #D277EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D277EB is #2D8814. Grayscale: #9F9F9F. Windows color (decimal): -2983957 or 15431634. OLE color: 15431634.

HSL color Cylindrical-coordinate representation of color #D277EB: hue angle of 287.07º degrees, saturation: 0.74, 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 #D277EB is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 119 235 -
CMYK 0.11 0.49 0 0.08
HSL 287.07º 0.74% 0.69% -
HSV(B) 287.07º 0.49% 0.92% -
XYZ 48.17 32.89 82.41 -
YUV 159.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 210 119 235 0.11 0.49 0 0.08 287.07 0.74 0.69
Hex D2 77 EB B 31 0 8 11F 4A 45
Octal 322 167 353 13 61 0 10 437 112 105
Binary 11010010 1110111 11101011 1011 110001 0 1000 100011111 1001010 1000101

Color Harmonies of #D277EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D277EB

Black with #D277EB

Text Example


Text Example

White with #D277EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D277EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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