Html Css Color HEX #D448FD Heliotrope

📋 copy color: '#D448FD'

red 212 ◦ green 72 ◦ blue 253

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

Shades of Heliotrope #D448FD

Tints of Heliotrope #D448FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.11%

R = 39.48%
G = 13.41%
B = 47.11%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D448FD (or 0xD448FD) is known color: Heliotrope. HEX triplet: D4, 48 and FD. RGB value is (212,72,253). Sum of RGB (Red+Green+Blue) = 212+72+253=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 72 (28.52% from 255 or 13.41% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #D448FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D448FD is #2BB702. Grayscale: #858585. Windows color (decimal): -2864899 or 16599252. OLE color: 16599252.

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

Color convert

RGB 212 72 253 -
CMYK 0.16 0.72 0 0.01
HSL 286.41º 0.98% 0.64% -
HSV(B) 286.41º 0.72% 0.99% -
XYZ 47.2 25.72 95.41 -
YUV 134.49 194.88 183.28 -
System Red Green Blue C M Y K H S L
Decimal 212 72 253 0.16 0.72 0 0.01 286.41 0.98 0.64
Hex D4 48 FD 10 48 0 1 11E 62 40
Octal 324 110 375 20 110 0 1 436 142 100
Binary 11010100 1001000 11111101 10000 1001000 0 1 100011110 1100010 1000000

Color Harmonies of #D448FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D448FD

Black with #D448FD

Text Example


Text Example

White with #D448FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D448FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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