Html Css Color HEX #D450FF Heliotrope

📋 copy color: '#D450FF'

red 212 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #D450FF

Tints of Heliotrope #D450FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.63%

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

R = 38.76%
G = 14.63%
B = 46.62%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D450FF (or 0xD450FF) is known color: Heliotrope. HEX triplet: D4, 50 and FF. RGB value is (212,80,255). Sum of RGB (Red+Green+Blue) = 212+80+255=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 80 (31.64% from 255 or 14.63% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #D450FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D450FF is #2BAF00. Grayscale: #8A8A8A. Windows color (decimal): -2862849 or 16732372. OLE color: 16732372.

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

Color convert

RGB 212 80 255 -
CMYK 0.17 0.69 0 0
HSL 285.26º 1% 0.66% -
HSV(B) 285.26º 0.69% 1% -
XYZ 48.07 26.95 97.28 -
YUV 139.42 193.23 179.77 -
System Red Green Blue C M Y K H S L
Decimal 212 80 255 0.17 0.69 0 0 285.26 1 0.66
Hex D4 50 FF 11 45 0 0 11D 64 42
Octal 324 120 377 21 105 0 0 435 144 102
Binary 11010100 1010000 11111111 10001 1000101 0 0 100011101 1100100 1000010

Color Harmonies of #D450FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D450FF

Black with #D450FF

Text Example


Text Example

White with #D450FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D450FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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