Html Css Color HEX #D474FB Heliotrope

📋 copy color: '#D474FB'

red 212 ◦ green 116 ◦ blue 251

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

Shades of Heliotrope #D474FB

Tints of Heliotrope #D474FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.35%

R = 36.61%
G = 20.03%
B = 43.35%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D474FB (or 0xD474FB) is known color: Heliotrope. HEX triplet: D4, 74 and FB. RGB value is (212,116,251). Sum of RGB (Red+Green+Blue) = 212+116+251=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 116 (45.70% from 255 or 20.03% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #D474FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D474FB is #2B8B04. Grayscale: #9F9F9F. Windows color (decimal): -2853637 or 16479444. OLE color: 16479444.

HSL color Cylindrical-coordinate representation of color #D474FB: hue angle of 282.67º degrees, saturation: 0.94, 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 #D474FB is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 116 251 -
CMYK 0.16 0.54 0 0.02
HSL 282.67º 0.94% 0.72% -
HSV(B) 282.67º 0.54% 0.98% -
XYZ 50.81 33.45 95.05 -
YUV 160.09 179.3 165.02 -
System Red Green Blue C M Y K H S L
Decimal 212 116 251 0.16 0.54 0 0.02 282.67 0.94 0.72
Hex D4 74 FB 10 36 0 2 11B 5E 48
Octal 324 164 373 20 66 0 2 433 136 110
Binary 11010100 1110100 11111011 10000 110110 0 10 100011011 1011110 1001000

Color Harmonies of #D474FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D474FB

Black with #D474FB

Text Example


Text Example

White with #D474FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D474FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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