Html Css Color HEX #D645FB Heliotrope

📋 copy color: '#D645FB'

red 214 ◦ green 69 ◦ blue 251

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

Shades of Heliotrope #D645FB

Tints of Heliotrope #D645FB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.92%

 BLUE value IS 251 (98.44% from 255) = 47%

R = 40.07%
G = 12.92%
B = 47%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D645FB (or 0xD645FB) is known color: Heliotrope. HEX triplet: D6, 45 and FB. RGB value is (214,69,251). Sum of RGB (Red+Green+Blue) = 214+69+251=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 69 (27.34% from 255 or 12.92% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #D645FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D645FB is #29BA04. Grayscale: #848484. Windows color (decimal): -2734597 or 16467414. OLE color: 16467414.

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

Color convert

RGB 214 69 251 -
CMYK 0.15 0.73 0 0.02
HSL 287.8º 0.96% 0.63% -
HSV(B) 287.8º 0.73% 0.98% -
XYZ 47.27 25.52 93.7 -
YUV 133.1 194.54 185.7 -
System Red Green Blue C M Y K H S L
Decimal 214 69 251 0.15 0.73 0 0.02 287.8 0.96 0.63
Hex D6 45 FB F 49 0 2 120 60 3F
Octal 326 105 373 17 111 0 2 440 140 77
Binary 11010110 1000101 11111011 1111 1001001 0 10 100100000 1100000 111111

Color Harmonies of #D645FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D645FB

Black with #D645FB

Text Example


Text Example

White with #D645FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D645FB; }

 p { color: rgb(214,69,251); }

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

background-color css

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

 a { background-color: rgb(214,69,251); }

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

border-color css

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

 span { border-color: rgb(214,69,251); }

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