Html Css Color HEX #D053FE Heliotrope

📋 copy color: '#D053FE'

red 208 ◦ green 83 ◦ blue 254

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

Shades of Heliotrope #D053FE

Tints of Heliotrope #D053FE

RGB

 RED value IS 208 (81.64% from 255) = 38.17%

 GREEN value IS 83 (32.81% from 255) = 15.23%

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 38.17%
G = 15.23%
B = 46.61%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D053FE (or 0xD053FE) is known color: Heliotrope. HEX triplet: D0, 53 and FE. RGB value is (208,83,254). Sum of RGB (Red+Green+Blue) = 208+83+254=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #D053FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D053FE is #2FAC01. Grayscale: #8B8B8B. Windows color (decimal): -3124226 or 16667600. OLE color: 16667600.

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

Color convert

RGB 208 83 254 -
CMYK 0.18 0.67 0 0.00
HSL 283.86º 0.99% 0.66% -
HSV(B) 283.86º 0.67% 1% -
XYZ 47 26.75 96.45 -
YUV 139.87 192.41 176.6 -
System Red Green Blue C M Y K H S L
Decimal 208 83 254 0.18 0.67 0 0.00 283.86 0.99 0.66
Hex D0 53 FE 12 43 0 0 11C 63 42
Octal 320 123 376 22 103 0 0 434 143 102
Binary 11010000 1010011 11111110 10010 1000011 0 0 100011100 1100011 1000010

Color Harmonies of #D053FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053FE

Black with #D053FE

Text Example


Text Example

White with #D053FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053FE; }

 p { color: rgb(208,83,254); }

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

background-color css

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

 a { background-color: rgb(208,83,254); }

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

border-color css

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

 span { border-color: rgb(208,83,254); }

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