Html Css Color HEX #D34CF9 Heliotrope

📋 copy color: '#D34CF9'

red 211 ◦ green 76 ◦ blue 249

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

Shades of Heliotrope #D34CF9

Tints of Heliotrope #D34CF9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.18%

 BLUE value IS 249 (97.66% from 255) = 46.46%

R = 39.37%
G = 14.18%
B = 46.46%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D34CF9 (or 0xD34CF9) is known color: Heliotrope. HEX triplet: D3, 4C and F9. RGB value is (211,76,249). Sum of RGB (Red+Green+Blue) = 211+76+249=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 76 (30.08% from 255 or 14.18% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #D34CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34CF9 is #2CB306. Grayscale: #878787. Windows color (decimal): -2929415 or 16338131. OLE color: 16338131.

HSL color Cylindrical-coordinate representation of color #D34CF9: hue angle of 286.82º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34CF9 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 76 249 -
CMYK 0.15 0.69 0 0.02
HSL 286.82º 0.94% 0.64% -
HSV(B) 286.82º 0.69% 0.98% -
XYZ 46.55 25.86 92.16 -
YUV 136.09 191.73 181.43 -
System Red Green Blue C M Y K H S L
Decimal 211 76 249 0.15 0.69 0 0.02 286.82 0.94 0.64
Hex D3 4C F9 F 45 0 2 11F 5E 40
Octal 323 114 371 17 105 0 2 437 136 100
Binary 11010011 1001100 11111001 1111 1000101 0 10 100011111 1011110 1000000

Color Harmonies of #D34CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34CF9

Black with #D34CF9

Text Example


Text Example

White with #D34CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34CF9; }

 p { color: rgb(211,76,249); }

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

background-color css

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

 a { background-color: rgb(211,76,249); }

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

border-color css

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

 span { border-color: rgb(211,76,249); }

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