Html Css Color HEX #D474FA Heliotrope

📋 copy color: '#D474FA'

red 212 ◦ green 116 ◦ blue 250

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

Shades of Heliotrope #D474FA

Tints of Heliotrope #D474FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 36.68%
G = 20.07%
B = 43.25%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D474FA (or 0xD474FA) is known color: Heliotrope. HEX triplet: D4, 74 and FA. RGB value is (212,116,250). Sum of RGB (Red+Green+Blue) = 212+116+250=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 116 (45.70% from 255 or 20.07% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #D474FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D474FA is #2B8B05. Grayscale: #9F9F9F. Windows color (decimal): -2853638 or 16413908. OLE color: 16413908.

HSL color Cylindrical-coordinate representation of color #D474FA: hue angle of 282.99º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D474FA is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 116 250 -
CMYK 0.15 0.54 0 0.02
HSL 282.99º 0.93% 0.72% -
HSV(B) 282.99º 0.54% 0.98% -
XYZ 50.65 33.39 94.22 -
YUV 159.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 212 116 250 0.15 0.54 0 0.02 282.99 0.93 0.72
Hex D4 74 FA F 36 0 2 11B 5D 48
Octal 324 164 372 17 66 0 2 433 135 110
Binary 11010100 1110100 11111010 1111 110110 0 10 100011011 1011101 1001000

Color Harmonies of #D474FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D474FA

Black with #D474FA

Text Example


Text Example

White with #D474FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D474FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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