Html Css Color HEX #D352F3 Heliotrope

📋 copy color: '#D352F3'

red 211 ◦ green 82 ◦ blue 243

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

Shades of Heliotrope #D352F3

Tints of Heliotrope #D352F3

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.3%

 BLUE value IS 243 (95.31% from 255) = 45.34%

R = 39.37%
G = 15.3%
B = 45.34%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D352F3 (or 0xD352F3) is known color: Heliotrope. HEX triplet: D3, 52 and F3. RGB value is (211,82,243). Sum of RGB (Red+Green+Blue) = 211+82+243=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 82 (32.42% from 255 or 15.30% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #D352F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D352F3 is #2CAD0C. Grayscale: #8A8A8A. Windows color (decimal): -2927885 or 15946451. OLE color: 15946451.

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

Color convert

RGB 211 82 243 -
CMYK 0.13 0.66 0 0.05
HSL 288.07º 0.87% 0.64% -
HSV(B) 288.07º 0.66% 0.95% -
XYZ 46.06 26.35 87.45 -
YUV 138.93 186.74 179.41 -
System Red Green Blue C M Y K H S L
Decimal 211 82 243 0.13 0.66 0 0.05 288.07 0.87 0.64
Hex D3 52 F3 D 42 0 5 120 57 40
Octal 323 122 363 15 102 0 5 440 127 100
Binary 11010011 1010010 11110011 1101 1000010 0 101 100100000 1010111 1000000

Color Harmonies of #D352F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D352F3

Black with #D352F3

Text Example


Text Example

White with #D352F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D352F3; }

 p { color: rgb(211,82,243); }

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

background-color css

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

 a { background-color: rgb(211,82,243); }

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

border-color css

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

 span { border-color: rgb(211,82,243); }

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