Html Css Color HEX #D353F8 Heliotrope

📋 copy color: '#D353F8'

red 211 ◦ green 83 ◦ blue 248

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

Shades of Heliotrope #D353F8

Tints of Heliotrope #D353F8

RGB

 RED value IS 211 (82.81% from 255) = 38.93%

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

 BLUE value IS 248 (97.27% from 255) = 45.76%

R = 38.93%
G = 15.31%
B = 45.76%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D353F8 (or 0xD353F8) is known color: Heliotrope. HEX triplet: D3, 53 and F8. RGB value is (211,83,248). Sum of RGB (Red+Green+Blue) = 211+83+248=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 83 (32.81% from 255 or 15.31% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #D353F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D353F8 is #2CAC07. Grayscale: #8B8B8B. Windows color (decimal): -2927624 or 16274387. OLE color: 16274387.

HSL color Cylindrical-coordinate representation of color #D353F8: hue angle of 286.55º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D353F8 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 211 83 248 -
CMYK 0.15 0.67 0 0.03
HSL 286.55º 0.92% 0.65% -
HSV(B) 286.55º 0.67% 0.97% -
XYZ 46.9 26.81 91.51 -
YUV 140.08 188.91 178.58 -
System Red Green Blue C M Y K H S L
Decimal 211 83 248 0.15 0.67 0 0.03 286.55 0.92 0.65
Hex D3 53 F8 F 43 0 3 11F 5C 41
Octal 323 123 370 17 103 0 3 437 134 101
Binary 11010011 1010011 11111000 1111 1000011 0 11 100011111 1011100 1000001

Color Harmonies of #D353F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D353F8

Black with #D353F8

Text Example


Text Example

White with #D353F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D353F8; }

 p { color: rgb(211,83,248); }

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

background-color css

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

 a { background-color: rgb(211,83,248); }

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

border-color css

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

 span { border-color: rgb(211,83,248); }

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