Html Css Color HEX #D364F2 Heliotrope

📋 copy color: '#D364F2'

red 211 ◦ green 100 ◦ blue 242

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

Shades of Heliotrope #D364F2

Tints of Heliotrope #D364F2

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.08%

 BLUE value IS 242 (94.92% from 255) = 43.76%

R = 38.16%
G = 18.08%
B = 43.76%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D364F2 (or 0xD364F2) is known color: Heliotrope. HEX triplet: D3, 64 and F2. RGB value is (211,100,242). Sum of RGB (Red+Green+Blue) = 211+100+242=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #D364F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D364F2 is #2C9B0D. Grayscale: #949494. Windows color (decimal): -2923278 or 15885523. OLE color: 15885523.

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

Color convert

RGB 211 100 242 -
CMYK 0.13 0.59 0 0.05
HSL 286.9º 0.85% 0.67% -
HSV(B) 286.9º 0.59% 0.95% -
XYZ 47.45 29.37 87.17 -
YUV 149.38 180.27 171.95 -
System Red Green Blue C M Y K H S L
Decimal 211 100 242 0.13 0.59 0 0.05 286.9 0.85 0.67
Hex D3 64 F2 D 3B 0 5 11F 55 43
Octal 323 144 362 15 73 0 5 437 125 103
Binary 11010011 1100100 11110010 1101 111011 0 101 100011111 1010101 1000011

Color Harmonies of #D364F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D364F2

Black with #D364F2

Text Example


Text Example

White with #D364F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D364F2; }

 p { color: rgb(211,100,242); }

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

background-color css

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

 a { background-color: rgb(211,100,242); }

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

border-color css

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

 span { border-color: rgb(211,100,242); }

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