Html Css Color HEX #D35FF1 Heliotrope

📋 copy color: '#D35FF1'

red 211 ◦ green 95 ◦ blue 241

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

Shades of Heliotrope #D35FF1

Tints of Heliotrope #D35FF1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.37%

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

R = 38.57%
G = 17.37%
B = 44.06%

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

#D35FF1 (or 0xD35FF1) is known color: Heliotrope. HEX triplet: D3, 5F and F1. RGB value is (211,95,241). Sum of RGB (Red+Green+Blue) = 211+95+241=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #D35FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35FF1 is #2CA00E. Grayscale: #919191. Windows color (decimal): -2924559 or 15818707. OLE color: 15818707.

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

Color convert

RGB 211 95 241 -
CMYK 0.12 0.61 0 0.05
HSL 287.67º 0.84% 0.66% -
HSV(B) 287.67º 0.61% 0.95% -
XYZ 46.83 28.38 86.23 -
YUV 146.33 181.43 174.13 -
System Red Green Blue C M Y K H S L
Decimal 211 95 241 0.12 0.61 0 0.05 287.67 0.84 0.66
Hex D3 5F F1 C 3D 0 5 120 54 42
Octal 323 137 361 14 75 0 5 440 124 102
Binary 11010011 1011111 11110001 1100 111101 0 101 100100000 1010100 1000010

Color Harmonies of #D35FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35FF1

Black with #D35FF1

Text Example


Text Example

White with #D35FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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