Html Css Color HEX #D65BF1 Heliotrope

📋 copy color: '#D65BF1'

red 214 ◦ green 91 ◦ blue 241

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

Shades of Heliotrope #D65BF1

Tints of Heliotrope #D65BF1

RGB

 RED value IS 214 (83.98% from 255) = 39.19%

 GREEN value IS 91 (35.94% from 255) = 16.67%

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

R = 39.19%
G = 16.67%
B = 44.14%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D65BF1 (or 0xD65BF1) is known color: Heliotrope. HEX triplet: D6, 5B and F1. RGB value is (214,91,241). Sum of RGB (Red+Green+Blue) = 214+91+241=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 91 (35.94% from 255 or 16.67% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #D65BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65BF1 is #29A40E. Grayscale: #909090. Windows color (decimal): -2728975 or 15817686. OLE color: 15817686.

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

Color convert

RGB 214 91 241 -
CMYK 0.11 0.62 0 0.05
HSL 289.2º 0.84% 0.65% -
HSV(B) 289.2º 0.62% 0.95% -
XYZ 47.35 28.13 86.15 -
YUV 144.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 214 91 241 0.11 0.62 0 0.05 289.2 0.84 0.65
Hex D6 5B F1 B 3E 0 5 121 54 41
Octal 326 133 361 13 76 0 5 441 124 101
Binary 11010110 1011011 11110001 1011 111110 0 101 100100001 1010100 1000001

Color Harmonies of #D65BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65BF1

Black with #D65BF1

Text Example


Text Example

White with #D65BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65BF1; }

 p { color: rgb(214,91,241); }

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

background-color css

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

 a { background-color: rgb(214,91,241); }

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

border-color css

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

 span { border-color: rgb(214,91,241); }

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