Html Css Color HEX #D774EA Heliotrope

📋 copy color: '#D774EA'

red 215 ◦ green 116 ◦ blue 234

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

Shades of Heliotrope #D774EA

Tints of Heliotrope #D774EA

RGB

 RED value IS 215 (84.38% from 255) = 38.05%

 GREEN value IS 116 (45.7% from 255) = 20.53%

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

R = 38.05%
G = 20.53%
B = 41.42%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D774EA (or 0xD774EA) is known color: Heliotrope. HEX triplet: D7, 74 and EA. RGB value is (215,116,234). Sum of RGB (Red+Green+Blue) = 215+116+234=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 116 (45.70% from 255 or 20.53% 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 #D774EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D774EA is #288B15. Grayscale: #9E9E9E. Windows color (decimal): -2657046 or 15365335. OLE color: 15365335.

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

Color convert

RGB 215 116 234 -
CMYK 0.08 0.50 0 0.08
HSL 290.34º 0.74% 0.69% -
HSV(B) 290.34º 0.5% 0.92% -
XYZ 49.12 32.88 81.6 -
YUV 159.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 215 116 234 0.08 0.50 0 0.08 290.34 0.74 0.69
Hex D7 74 EA 8 32 0 8 122 4A 45
Octal 327 164 352 10 62 0 10 442 112 105
Binary 11010111 1110100 11101010 1000 110010 0 1000 100100010 1001010 1000101

Color Harmonies of #D774EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D774EA

Black with #D774EA

Text Example


Text Example

White with #D774EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D774EA; }

 p { color: rgb(215,116,234); }

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

background-color css

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

 a { background-color: rgb(215,116,234); }

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

border-color css

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

 span { border-color: rgb(215,116,234); }

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