Html Css Color HEX #D74DFF Heliotrope

📋 copy color: '#D74DFF'

red 215 ◦ green 77 ◦ blue 255

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

Shades of Heliotrope #D74DFF

Tints of Heliotrope #D74DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.08%

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

R = 39.31%
G = 14.08%
B = 46.62%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D74DFF (or 0xD74DFF) is known color: Heliotrope. HEX triplet: D7, 4D and FF. RGB value is (215,77,255). Sum of RGB (Red+Green+Blue) = 215+77+255=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 77 (30.47% from 255 or 14.08% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #D74DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74DFF is #28B200. Grayscale: #898989. Windows color (decimal): -2667009 or 16731607. OLE color: 16731607.

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

Color convert

RGB 215 77 255 -
CMYK 0.16 0.70 0 0
HSL 286.52º 1% 0.65% -
HSV(B) 286.52º 0.7% 1% -
XYZ 48.73 26.97 97.25 -
YUV 138.55 193.72 182.53 -
System Red Green Blue C M Y K H S L
Decimal 215 77 255 0.16 0.70 0 0 286.52 1 0.65
Hex D7 4D FF 10 46 0 0 11F 64 41
Octal 327 115 377 20 106 0 0 437 144 101
Binary 11010111 1001101 11111111 10000 1000110 0 0 100011111 1100100 1000001

Color Harmonies of #D74DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DFF

Black with #D74DFF

Text Example


Text Example

White with #D74DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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