Html Css Color HEX #D774FC Heliotrope

📋 copy color: '#D774FC'

red 215 ◦ green 116 ◦ blue 252

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

Shades of Heliotrope #D774FC

Tints of Heliotrope #D774FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.22%

R = 36.88%
G = 19.9%
B = 43.22%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D774FC (or 0xD774FC) is known color: Heliotrope. HEX triplet: D7, 74 and FC. RGB value is (215,116,252). Sum of RGB (Red+Green+Blue) = 215+116+252=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 116 (45.70% from 255 or 19.90% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #D774FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D774FC is #288B03. Grayscale: #A0A0A0. Windows color (decimal): -2657028 or 16544983. OLE color: 16544983.

HSL color Cylindrical-coordinate representation of color #D774FC: hue angle of 283.68º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D774FC is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 116 252 -
CMYK 0.15 0.54 0 0.01
HSL 283.68º 0.96% 0.72% -
HSV(B) 283.68º 0.54% 0.99% -
XYZ 51.84 33.97 95.92 -
YUV 161.11 179.3 166.44 -
System Red Green Blue C M Y K H S L
Decimal 215 116 252 0.15 0.54 0 0.01 283.68 0.96 0.72
Hex D7 74 FC F 36 0 1 11C 60 48
Octal 327 164 374 17 66 0 1 434 140 110
Binary 11010111 1110100 11111100 1111 110110 0 1 100011100 1100000 1001000

Color Harmonies of #D774FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D774FC

Black with #D774FC

Text Example


Text Example

White with #D774FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D774FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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