Html Css Color HEX #D54BFD Heliotrope

📋 copy color: '#D54BFD'

red 213 ◦ green 75 ◦ blue 253

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

Shades of Heliotrope #D54BFD

Tints of Heliotrope #D54BFD

RGB

 RED value IS 213 (83.59% from 255) = 39.37%

 GREEN value IS 75 (29.69% from 255) = 13.86%

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

R = 39.37%
G = 13.86%
B = 46.77%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D54BFD (or 0xD54BFD) is known color: Heliotrope. HEX triplet: D5, 4B and FD. RGB value is (213,75,253). Sum of RGB (Red+Green+Blue) = 213+75+253=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 75 (29.69% from 255 or 13.86% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #D54BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54BFD is #2AB402. Grayscale: #878787. Windows color (decimal): -2798595 or 16600021. OLE color: 16600021.

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

Color convert

RGB 213 75 253 -
CMYK 0.16 0.70 0 0.01
HSL 286.52º 0.98% 0.64% -
HSV(B) 286.52º 0.7% 0.99% -
XYZ 47.69 26.27 95.49 -
YUV 136.55 193.72 182.53 -
System Red Green Blue C M Y K H S L
Decimal 213 75 253 0.16 0.70 0 0.01 286.52 0.98 0.64
Hex D5 4B FD 10 46 0 1 11F 62 40
Octal 325 113 375 20 106 0 1 437 142 100
Binary 11010101 1001011 11111101 10000 1000110 0 1 100011111 1100010 1000000

Color Harmonies of #D54BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54BFD

Black with #D54BFD

Text Example


Text Example

White with #D54BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54BFD; }

 p { color: rgb(213,75,253); }

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

background-color css

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

 a { background-color: rgb(213,75,253); }

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

border-color css

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

 span { border-color: rgb(213,75,253); }

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