Html Css Color HEX #D34BFF Heliotrope

📋 copy color: '#D34BFF'

red 211 ◦ green 75 ◦ blue 255

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

Shades of Heliotrope #D34BFF

Tints of Heliotrope #D34BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.86%

 BLUE value IS 255 (100% from 255) = 47.13%

R = 39%
G = 13.86%
B = 47.13%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D34BFF (or 0xD34BFF) is known color: Heliotrope. HEX triplet: D3, 4B and FF. RGB value is (211,75,255). Sum of RGB (Red+Green+Blue) = 211+75+255=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 75 (29.69% from 255 or 13.86% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #D34BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34BFF is #2CB400. Grayscale: #878787. Windows color (decimal): -2929665 or 16731091. OLE color: 16731091.

HSL color Cylindrical-coordinate representation of color #D34BFF: hue angle of 285.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D34BFF is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 75 255 -
CMYK 0.17 0.71 0 0
HSL 285.33º 1% 0.65% -
HSV(B) 285.33º 0.71% 1% -
XYZ 47.43 26.1 97.15 -
YUV 136.18 195.06 181.36 -
System Red Green Blue C M Y K H S L
Decimal 211 75 255 0.17 0.71 0 0 285.33 1 0.65
Hex D3 4B FF 11 47 0 0 11D 64 41
Octal 323 113 377 21 107 0 0 435 144 101
Binary 11010011 1001011 11111111 10001 1000111 0 0 100011101 1100100 1000001

Color Harmonies of #D34BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34BFF

Black with #D34BFF

Text Example


Text Example

White with #D34BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34BFF; }

 p { color: rgb(211,75,255); }

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

background-color css

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

 a { background-color: rgb(211,75,255); }

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

border-color css

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

 span { border-color: rgb(211,75,255); }

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