Html Css Color HEX #D74AFC Heliotrope

📋 copy color: '#D74AFC'

red 215 ◦ green 74 ◦ blue 252

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

Shades of Heliotrope #D74AFC

Tints of Heliotrope #D74AFC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.68%

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

R = 39.74%
G = 13.68%
B = 46.58%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D74AFC (or 0xD74AFC) is known color: Heliotrope. HEX triplet: D7, 4A and FC. RGB value is (215,74,252). Sum of RGB (Red+Green+Blue) = 215+74+252=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 74 (29.30% from 255 or 13.68% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #D74AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74AFC is #28B503. Grayscale: #878787. Windows color (decimal): -2667780 or 16534231. OLE color: 16534231.

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

Color convert

RGB 215 74 252 -
CMYK 0.15 0.71 0 0.01
HSL 287.53º 0.97% 0.64% -
HSV(B) 287.53º 0.71% 0.99% -
XYZ 48.04 26.37 94.65 -
YUV 136.45 193.21 184.03 -
System Red Green Blue C M Y K H S L
Decimal 215 74 252 0.15 0.71 0 0.01 287.53 0.97 0.64
Hex D7 4A FC F 47 0 1 120 61 40
Octal 327 112 374 17 107 0 1 440 141 100
Binary 11010111 1001010 11111100 1111 1000111 0 1 100100000 1100001 1000000

Color Harmonies of #D74AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AFC

Black with #D74AFC

Text Example


Text Example

White with #D74AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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