Html Css Color HEX #D454FB Heliotrope

📋 copy color: '#D454FB'

red 212 ◦ green 84 ◦ blue 251

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

Shades of Heliotrope #D454FB

Tints of Heliotrope #D454FB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.36%

 BLUE value IS 251 (98.44% from 255) = 45.89%

R = 38.76%
G = 15.36%
B = 45.89%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D454FB (or 0xD454FB) is known color: Heliotrope. HEX triplet: D4, 54 and FB. RGB value is (212,84,251). Sum of RGB (Red+Green+Blue) = 212+84+251=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 84 (33.20% from 255 or 15.36% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #D454FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D454FB is #2BAB04. Grayscale: #8C8C8C. Windows color (decimal): -2861829 or 16471252. OLE color: 16471252.

HSL color Cylindrical-coordinate representation of color #D454FB: hue angle of 285.99º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D454FB is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 84 251 -
CMYK 0.16 0.67 0 0.02
HSL 285.99º 0.95% 0.66% -
HSV(B) 285.99º 0.67% 0.98% -
XYZ 47.73 27.3 94.02 -
YUV 141.31 189.91 178.42 -
System Red Green Blue C M Y K H S L
Decimal 212 84 251 0.16 0.67 0 0.02 285.99 0.95 0.66
Hex D4 54 FB 10 43 0 2 11E 5F 42
Octal 324 124 373 20 103 0 2 436 137 102
Binary 11010100 1010100 11111011 10000 1000011 0 10 100011110 1011111 1000010

Color Harmonies of #D454FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D454FB

Black with #D454FB

Text Example


Text Example

White with #D454FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D454FB; }

 p { color: rgb(212,84,251); }

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

background-color css

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

 a { background-color: rgb(212,84,251); }

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

border-color css

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

 span { border-color: rgb(212,84,251); }

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