Html Css Color HEX #D74FFC Heliotrope

📋 copy color: '#D74FFC'

red 215 ◦ green 79 ◦ blue 252

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

Shades of Heliotrope #D74FFC

Tints of Heliotrope #D74FFC

RGB

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

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

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

R = 39.38%
G = 14.47%
B = 46.15%

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

#D74FFC (or 0xD74FFC) is known color: Heliotrope. HEX triplet: D7, 4F and FC. RGB value is (215,79,252). Sum of RGB (Red+Green+Blue) = 215+79+252=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 79 (31.25% from 255 or 14.47% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #D74FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74FFC is #28B003. Grayscale: #8A8A8A. Windows color (decimal): -2666500 or 16535511. OLE color: 16535511.

HSL color Cylindrical-coordinate representation of color #D74FFC: hue angle of 287.17º degrees, saturation: 0.97, 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 #D74FFC is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 79 252 -
CMYK 0.15 0.69 0 0.01
HSL 287.17º 0.97% 0.65% -
HSV(B) 287.17º 0.69% 0.99% -
XYZ 48.39 27.07 94.77 -
YUV 139.39 191.56 181.93 -
System Red Green Blue C M Y K H S L
Decimal 215 79 252 0.15 0.69 0 0.01 287.17 0.97 0.65
Hex D7 4F FC F 45 0 1 11F 61 41
Octal 327 117 374 17 105 0 1 437 141 101
Binary 11010111 1001111 11111100 1111 1000101 0 1 100011111 1100001 1000001

Color Harmonies of #D74FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74FFC

Black with #D74FFC

Text Example


Text Example

White with #D74FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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