Html Css Color HEX #D475F9 Heliotrope

📋 copy color: '#D475F9'

red 212 ◦ green 117 ◦ blue 249

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

Shades of Heliotrope #D475F9

Tints of Heliotrope #D475F9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.24%

 BLUE value IS 249 (97.66% from 255) = 43.08%

R = 36.68%
G = 20.24%
B = 43.08%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D475F9 (or 0xD475F9) is known color: Heliotrope. HEX triplet: D4, 75 and F9. RGB value is (212,117,249). Sum of RGB (Red+Green+Blue) = 212+117+249=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 117 (46.09% from 255 or 20.24% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #D475F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D475F9 is #2B8A06. Grayscale: #A0A0A0. Windows color (decimal): -2853383 or 16348628. OLE color: 16348628.

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

Color convert

RGB 212 117 249 -
CMYK 0.15 0.53 0 0.02
HSL 283.18º 0.92% 0.72% -
HSV(B) 283.18º 0.53% 0.98% -
XYZ 50.61 33.56 93.43 -
YUV 160.45 177.97 164.77 -
System Red Green Blue C M Y K H S L
Decimal 212 117 249 0.15 0.53 0 0.02 283.18 0.92 0.72
Hex D4 75 F9 F 35 0 2 11B 5C 48
Octal 324 165 371 17 65 0 2 433 134 110
Binary 11010100 1110101 11111001 1111 110101 0 10 100011011 1011100 1001000

Color Harmonies of #D475F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D475F9

Black with #D475F9

Text Example


Text Example

White with #D475F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D475F9; }

 p { color: rgb(212,117,249); }

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

background-color css

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

 a { background-color: rgb(212,117,249); }

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

border-color css

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

 span { border-color: rgb(212,117,249); }

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