Html Css Color HEX #D474F6 Heliotrope

📋 copy color: '#D474F6'

red 212 ◦ green 116 ◦ blue 246

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

Shades of Heliotrope #D474F6

Tints of Heliotrope #D474F6

RGB

 RED value IS 212 (83.2% from 255) = 36.93%

 GREEN value IS 116 (45.7% from 255) = 20.21%

 BLUE value IS 246 (96.48% from 255) = 42.86%

R = 36.93%
G = 20.21%
B = 42.86%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D474F6 (or 0xD474F6) is known color: Heliotrope. HEX triplet: D4, 74 and F6. RGB value is (212,116,246). Sum of RGB (Red+Green+Blue) = 212+116+246=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 246 - color contains mainly: blue. Hex color #D474F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D474F6 is #2B8B09. Grayscale: #9F9F9F. Windows color (decimal): -2853642 or 16151764. OLE color: 16151764.

HSL color Cylindrical-coordinate representation of color #D474F6: hue angle of 284.31º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D474F6 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 116 246 -
CMYK 0.14 0.53 0 0.04
HSL 284.31º 0.88% 0.71% -
HSV(B) 284.31º 0.53% 0.96% -
XYZ 50.03 33.14 90.95 -
YUV 159.52 176.8 165.43 -
System Red Green Blue C M Y K H S L
Decimal 212 116 246 0.14 0.53 0 0.04 284.31 0.88 0.71
Hex D4 74 F6 E 35 0 4 11C 58 47
Octal 324 164 366 16 65 0 4 434 130 107
Binary 11010100 1110100 11110110 1110 110101 0 100 100011100 1011000 1000111

Color Harmonies of #D474F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D474F6

Black with #D474F6

Text Example


Text Example

White with #D474F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D474F6; }

 p { color: rgb(212,116,246); }

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

background-color css

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

 a { background-color: rgb(212,116,246); }

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

border-color css

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

 span { border-color: rgb(212,116,246); }

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