Html Css Color HEX #D35DF1 Heliotrope

📋 copy color: '#D35DF1'

red 211 ◦ green 93 ◦ blue 241

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

Shades of Heliotrope #D35DF1

Tints of Heliotrope #D35DF1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.06%

 BLUE value IS 241 (94.53% from 255) = 44.22%

R = 38.72%
G = 17.06%
B = 44.22%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D35DF1 (or 0xD35DF1) is known color: Heliotrope. HEX triplet: D3, 5D and F1. RGB value is (211,93,241). Sum of RGB (Red+Green+Blue) = 211+93+241=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #D35DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35DF1 is #2CA20E. Grayscale: #909090. Windows color (decimal): -2925071 or 15818195. OLE color: 15818195.

HSL color Cylindrical-coordinate representation of color #D35DF1: hue angle of 287.84º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D35DF1 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 93 241 -
CMYK 0.12 0.61 0 0.05
HSL 287.84º 0.84% 0.65% -
HSV(B) 287.84º 0.61% 0.95% -
XYZ 46.66 28.03 86.17 -
YUV 145.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 211 93 241 0.12 0.61 0 0.05 287.84 0.84 0.65
Hex D3 5D F1 C 3D 0 5 120 54 41
Octal 323 135 361 14 75 0 5 440 124 101
Binary 11010011 1011101 11110001 1100 111101 0 101 100100000 1010100 1000001

Color Harmonies of #D35DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35DF1

Black with #D35DF1

Text Example


Text Example

White with #D35DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35DF1; }

 p { color: rgb(211,93,241); }

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

background-color css

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

 a { background-color: rgb(211,93,241); }

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

border-color css

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

 span { border-color: rgb(211,93,241); }

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