Html Css Color HEX #D74FFE Heliotrope

📋 copy color: '#D74FFE'

red 215 ◦ green 79 ◦ blue 254

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

Shades of Heliotrope #D74FFE

Tints of Heliotrope #D74FFE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.42%

 BLUE value IS 254 (99.61% from 255) = 46.35%

R = 39.23%
G = 14.42%
B = 46.35%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D74FFE (or 0xD74FFE) is known color: Heliotrope. HEX triplet: D7, 4F and FE. RGB value is (215,79,254). Sum of RGB (Red+Green+Blue) = 215+79+254=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 79 (31.25% from 255 or 14.42% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #D74FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74FFE is #28B001. Grayscale: #8B8B8B. Windows color (decimal): -2666498 or 16666583. OLE color: 16666583.

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

Color convert

RGB 215 79 254 -
CMYK 0.15 0.69 0 0.00
HSL 286.63º 0.99% 0.65% -
HSV(B) 286.63º 0.69% 1% -
XYZ 48.71 27.19 96.45 -
YUV 139.61 192.56 181.77 -
System Red Green Blue C M Y K H S L
Decimal 215 79 254 0.15 0.69 0 0.00 286.63 0.99 0.65
Hex D7 4F FE F 45 0 0 11F 63 41
Octal 327 117 376 17 105 0 0 437 143 101
Binary 11010111 1001111 11111110 1111 1000101 0 0 100011111 1100011 1000001

Color Harmonies of #D74FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74FFE

Black with #D74FFE

Text Example


Text Example

White with #D74FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74FFE; }

 p { color: rgb(215,79,254); }

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

background-color css

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

 a { background-color: rgb(215,79,254); }

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

border-color css

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

 span { border-color: rgb(215,79,254); }

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