Html Css Color HEX #D74EFD Heliotrope

📋 copy color: '#D74EFD'

red 215 ◦ green 78 ◦ blue 253

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

Shades of Heliotrope #D74EFD

Tints of Heliotrope #D74EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.29%

 BLUE value IS 253 (99.22% from 255) = 46.34%

R = 39.38%
G = 14.29%
B = 46.34%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D74EFD (or 0xD74EFD) is known color: Heliotrope. HEX triplet: D7, 4E and FD. RGB value is (215,78,253). Sum of RGB (Red+Green+Blue) = 215+78+253=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 78 (30.86% from 255 or 14.29% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #D74EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74EFD is #28B102. Grayscale: #8A8A8A. Windows color (decimal): -2666755 or 16600791. OLE color: 16600791.

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

Color convert

RGB 215 78 253 -
CMYK 0.15 0.69 0 0.01
HSL 286.97º 0.98% 0.65% -
HSV(B) 286.97º 0.69% 0.99% -
XYZ 48.48 26.99 95.58 -
YUV 138.91 192.39 182.27 -
System Red Green Blue C M Y K H S L
Decimal 215 78 253 0.15 0.69 0 0.01 286.97 0.98 0.65
Hex D7 4E FD F 45 0 1 11F 62 41
Octal 327 116 375 17 105 0 1 437 142 101
Binary 11010111 1001110 11111101 1111 1000101 0 1 100011111 1100010 1000001

Color Harmonies of #D74EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EFD

Black with #D74EFD

Text Example


Text Example

White with #D74EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EFD; }

 p { color: rgb(215,78,253); }

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

background-color css

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

 a { background-color: rgb(215,78,253); }

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

border-color css

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

 span { border-color: rgb(215,78,253); }

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