Html Css Color HEX #D448FF Heliotrope

📋 copy color: '#D448FF'

red 212 ◦ green 72 ◦ blue 255

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

Shades of Heliotrope #D448FF

Tints of Heliotrope #D448FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.31%

R = 39.33%
G = 13.36%
B = 47.31%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D448FF (or 0xD448FF) is known color: Heliotrope. HEX triplet: D4, 48 and FF. RGB value is (212,72,255). Sum of RGB (Red+Green+Blue) = 212+72+255=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 72 (28.52% from 255 or 13.36% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #D448FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D448FF is #2BB700. Grayscale: #868686. Windows color (decimal): -2864897 or 16730324. OLE color: 16730324.

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

Color convert

RGB 212 72 255 -
CMYK 0.17 0.72 0 0
HSL 285.9º 1% 0.64% -
HSV(B) 285.9º 0.72% 1% -
XYZ 47.52 25.85 97.09 -
YUV 134.72 195.88 183.12 -
System Red Green Blue C M Y K H S L
Decimal 212 72 255 0.17 0.72 0 0 285.9 1 0.64
Hex D4 48 FF 11 48 0 0 11E 64 40
Octal 324 110 377 21 110 0 0 436 144 100
Binary 11010100 1001000 11111111 10001 1001000 0 0 100011110 1100100 1000000

Color Harmonies of #D448FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D448FF

Black with #D448FF

Text Example


Text Example

White with #D448FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D448FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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