Html Css Color HEX #D445F8 Heliotrope

📋 copy color: '#D445F8'

red 212 ◦ green 69 ◦ blue 248

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

Shades of Heliotrope #D445F8

Tints of Heliotrope #D445F8

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.04%

 BLUE value IS 248 (97.27% from 255) = 46.88%

R = 40.08%
G = 13.04%
B = 46.88%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D445F8 (or 0xD445F8) is known color: Heliotrope. HEX triplet: D4, 45 and F8. RGB value is (212,69,248). Sum of RGB (Red+Green+Blue) = 212+69+248=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 69 (27.34% from 255 or 13.04% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #D445F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D445F8 is #2BBA07. Grayscale: #838383. Windows color (decimal): -2865672 or 16270804. OLE color: 16270804.

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

Color convert

RGB 212 69 248 -
CMYK 0.15 0.72 0 0.03
HSL 287.93º 0.93% 0.62% -
HSV(B) 287.93º 0.72% 0.97% -
XYZ 46.22 25.03 91.2 -
YUV 132.16 193.38 184.95 -
System Red Green Blue C M Y K H S L
Decimal 212 69 248 0.15 0.72 0 0.03 287.93 0.93 0.62
Hex D4 45 F8 F 48 0 3 120 5D 3E
Octal 324 105 370 17 110 0 3 440 135 76
Binary 11010100 1000101 11111000 1111 1001000 0 11 100100000 1011101 111110

Color Harmonies of #D445F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D445F8

Black with #D445F8

Text Example


Text Example

White with #D445F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D445F8; }

 p { color: rgb(212,69,248); }

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

background-color css

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

 a { background-color: rgb(212,69,248); }

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

border-color css

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

 span { border-color: rgb(212,69,248); }

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