Html Css Color HEX #D279EA Heliotrope

📋 copy color: '#D279EA'

red 210 ◦ green 121 ◦ blue 234

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

Shades of Heliotrope #D279EA

Tints of Heliotrope #D279EA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.42%

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

R = 37.17%
G = 21.42%
B = 41.42%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D279EA (or 0xD279EA) is known color: Heliotrope. HEX triplet: D2, 79 and EA. RGB value is (210,121,234). Sum of RGB (Red+Green+Blue) = 210+121+234=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #D279EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D279EA is #2D8615. Grayscale: #A0A0A0. Windows color (decimal): -2983446 or 15366610. OLE color: 15366610.

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

Color convert

RGB 210 121 234 -
CMYK 0.10 0.48 0 0.08
HSL 287.26º 0.73% 0.7% -
HSV(B) 287.26º 0.48% 0.92% -
XYZ 48.27 33.32 81.73 -
YUV 160.49 169.49 163.31 -
System Red Green Blue C M Y K H S L
Decimal 210 121 234 0.10 0.48 0 0.08 287.26 0.73 0.7
Hex D2 79 EA A 30 0 8 11F 49 46
Octal 322 171 352 12 60 0 10 437 111 106
Binary 11010010 1111001 11101010 1010 110000 0 1000 100011111 1001001 1000110

Color Harmonies of #D279EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D279EA

Black with #D279EA

Text Example


Text Example

White with #D279EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D279EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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