Html Css Color HEX #D448FE Heliotrope

📋 copy color: '#D448FE'

red 212 ◦ green 72 ◦ blue 254

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

Shades of Heliotrope #D448FE

Tints of Heliotrope #D448FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.38%

 BLUE value IS 254 (99.61% from 255) = 47.21%

R = 39.41%
G = 13.38%
B = 47.21%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D448FE (or 0xD448FE) is known color: Heliotrope. HEX triplet: D4, 48 and FE. RGB value is (212,72,254). Sum of RGB (Red+Green+Blue) = 212+72+254=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 72 (28.52% from 255 or 13.38% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #D448FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D448FE is #2BB701. Grayscale: #868686. Windows color (decimal): -2864898 or 16664788. OLE color: 16664788.

HSL color Cylindrical-coordinate representation of color #D448FE: hue angle of 286.15º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D448FE is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 72 254 -
CMYK 0.17 0.72 0 0.00
HSL 286.15º 0.99% 0.64% -
HSV(B) 286.15º 0.72% 1% -
XYZ 47.36 25.79 96.25 -
YUV 134.61 195.38 183.2 -
System Red Green Blue C M Y K H S L
Decimal 212 72 254 0.17 0.72 0 0.00 286.15 0.99 0.64
Hex D4 48 FE 11 48 0 0 11E 63 40
Octal 324 110 376 21 110 0 0 436 143 100
Binary 11010100 1001000 11111110 10001 1001000 0 0 100011110 1100011 1000000

Color Harmonies of #D448FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D448FE

Black with #D448FE

Text Example


Text Example

White with #D448FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D448FE; }

 p { color: rgb(212,72,254); }

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

background-color css

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

 a { background-color: rgb(212,72,254); }

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

border-color css

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

 span { border-color: rgb(212,72,254); }

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