Html Css Color HEX #D454FD Heliotrope

📋 copy color: '#D454FD'

red 212 ◦ green 84 ◦ blue 253

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

Shades of Heliotrope #D454FD

Tints of Heliotrope #D454FD

RGB

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

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

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

R = 38.62%
G = 15.3%
B = 46.08%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D454FD (or 0xD454FD) is known color: Heliotrope. HEX triplet: D4, 54 and FD. RGB value is (212,84,253). Sum of RGB (Red+Green+Blue) = 212+84+253=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 84 (33.20% from 255 or 15.30% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #D454FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D454FD is #2BAB02. Grayscale: #8C8C8C. Windows color (decimal): -2861827 or 16602324. OLE color: 16602324.

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

Color convert

RGB 212 84 253 -
CMYK 0.16 0.67 0 0.01
HSL 285.44º 0.98% 0.66% -
HSV(B) 285.44º 0.67% 0.99% -
XYZ 48.05 27.43 95.69 -
YUV 141.54 190.91 178.26 -
System Red Green Blue C M Y K H S L
Decimal 212 84 253 0.16 0.67 0 0.01 285.44 0.98 0.66
Hex D4 54 FD 10 43 0 1 11D 62 42
Octal 324 124 375 20 103 0 1 435 142 102
Binary 11010100 1010100 11111101 10000 1000011 0 1 100011101 1100010 1000010

Color Harmonies of #D454FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D454FD

Black with #D454FD

Text Example


Text Example

White with #D454FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D454FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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