Html Css Color HEX #D774FF Heliotrope

📋 copy color: '#D774FF'

red 215 ◦ green 116 ◦ blue 255

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

Shades of Heliotrope #D774FF

Tints of Heliotrope #D774FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.52%

R = 36.69%
G = 19.8%
B = 43.52%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D774FF (or 0xD774FF) is known color: Heliotrope. HEX triplet: D7, 74 and FF. RGB value is (215,116,255). Sum of RGB (Red+Green+Blue) = 215+116+255=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 116 (45.70% from 255 or 19.80% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #D774FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D774FF is #288B00. Grayscale: #A0A0A0. Windows color (decimal): -2657025 or 16741591. OLE color: 16741591.

HSL color Cylindrical-coordinate representation of color #D774FF: hue angle of 282.73º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D774FF is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 116 255 -
CMYK 0.16 0.55 0 0
HSL 282.73º 1% 0.73% -
HSV(B) 282.73º 0.55% 1% -
XYZ 52.32 34.16 98.44 -
YUV 161.45 180.8 166.2 -
System Red Green Blue C M Y K H S L
Decimal 215 116 255 0.16 0.55 0 0 282.73 1 0.73
Hex D7 74 FF 10 37 0 0 11B 64 49
Octal 327 164 377 20 67 0 0 433 144 111
Binary 11010111 1110100 11111111 10000 110111 0 0 100011011 1100100 1001001

Color Harmonies of #D774FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D774FF

Black with #D774FF

Text Example


Text Example

White with #D774FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D774FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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