Html Css Color HEX #D474FC Heliotrope

📋 copy color: '#D474FC'

red 212 ◦ green 116 ◦ blue 252

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

Shades of Heliotrope #D474FC

Tints of Heliotrope #D474FC

RGB

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

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

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

R = 36.55%
G = 20%
B = 43.45%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D474FC (or 0xD474FC) is known color: Heliotrope. HEX triplet: D4, 74 and FC. RGB value is (212,116,252). Sum of RGB (Red+Green+Blue) = 212+116+252=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #D474FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D474FC is #2B8B03. Grayscale: #9F9F9F. Windows color (decimal): -2853636 or 16544980. OLE color: 16544980.

HSL color Cylindrical-coordinate representation of color #D474FC: hue angle of 282.35º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D474FC is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 116 252 -
CMYK 0.16 0.54 0 0.01
HSL 282.35º 0.96% 0.72% -
HSV(B) 282.35º 0.54% 0.99% -
XYZ 50.97 33.52 95.88 -
YUV 160.21 179.8 164.94 -
System Red Green Blue C M Y K H S L
Decimal 212 116 252 0.16 0.54 0 0.01 282.35 0.96 0.72
Hex D4 74 FC 10 36 0 1 11A 60 48
Octal 324 164 374 20 66 0 1 432 140 110
Binary 11010100 1110100 11111100 10000 110110 0 1 100011010 1100000 1001000

Color Harmonies of #D474FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D474FC

Black with #D474FC

Text Example


Text Example

White with #D474FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D474FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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