Html Css Color HEX #D449FF Heliotrope

📋 copy color: '#D449FF'

red 212 ◦ green 73 ◦ blue 255

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

Shades of Heliotrope #D449FF

Tints of Heliotrope #D449FF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.52%

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

R = 39.26%
G = 13.52%
B = 47.22%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D449FF (or 0xD449FF) is known color: Heliotrope. HEX triplet: D4, 49 and FF. RGB value is (212,73,255). Sum of RGB (Red+Green+Blue) = 212+73+255=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 73 (28.91% from 255 or 13.52% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #D449FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D449FF is #2BB600. Grayscale: #868686. Windows color (decimal): -2864641 or 16730580. OLE color: 16730580.

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

Color convert

RGB 212 73 255 -
CMYK 0.17 0.71 0 0
HSL 285.82º 1% 0.64% -
HSV(B) 285.82º 0.71% 1% -
XYZ 47.58 25.98 97.11 -
YUV 135.31 195.55 182.7 -
System Red Green Blue C M Y K H S L
Decimal 212 73 255 0.17 0.71 0 0 285.82 1 0.64
Hex D4 49 FF 11 47 0 0 11E 64 40
Octal 324 111 377 21 107 0 0 436 144 100
Binary 11010100 1001001 11111111 10001 1000111 0 0 100011110 1100100 1000000

Color Harmonies of #D449FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D449FF

Black with #D449FF

Text Example


Text Example

White with #D449FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D449FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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