Html Css Color HEX #D277FD Heliotrope

📋 copy color: '#D277FD'

red 210 ◦ green 119 ◦ blue 253

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

Shades of Heliotrope #D277FD

Tints of Heliotrope #D277FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.47%

R = 36.08%
G = 20.45%
B = 43.47%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D277FD (or 0xD277FD) is known color: Heliotrope. HEX triplet: D2, 77 and FD. RGB value is (210,119,253). Sum of RGB (Red+Green+Blue) = 210+119+253=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #D277FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D277FD is #2D8802. Grayscale: #A1A1A1. Windows color (decimal): -2983939 or 16611282. OLE color: 16611282.

HSL color Cylindrical-coordinate representation of color #D277FD: hue angle of 280.75º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D277FD is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 119 253 -
CMYK 0.17 0.53 0 0.01
HSL 280.75º 0.97% 0.73% -
HSV(B) 280.75º 0.53% 0.99% -
XYZ 50.9 33.99 96.81 -
YUV 161.49 179.65 162.6 -
System Red Green Blue C M Y K H S L
Decimal 210 119 253 0.17 0.53 0 0.01 280.75 0.97 0.73
Hex D2 77 FD 11 35 0 1 119 61 49
Octal 322 167 375 21 65 0 1 431 141 111
Binary 11010010 1110111 11111101 10001 110101 0 1 100011001 1100001 1001001

Color Harmonies of #D277FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D277FD

Black with #D277FD

Text Example


Text Example

White with #D277FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D277FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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