Html Css Color HEX #D665FB Heliotrope

📋 copy color: '#D665FB'

red 214 ◦ green 101 ◦ blue 251

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

Shades of Heliotrope #D665FB

Tints of Heliotrope #D665FB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.84%

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

R = 37.81%
G = 17.84%
B = 44.35%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D665FB (or 0xD665FB) is known color: Heliotrope. HEX triplet: D6, 65 and FB. RGB value is (214,101,251). Sum of RGB (Red+Green+Blue) = 214+101+251=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 101 (39.84% from 255 or 17.84% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #D665FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D665FB is #299A04. Grayscale: #979797. Windows color (decimal): -2726405 or 16475606. OLE color: 16475606.

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

Color convert

RGB 214 101 251 -
CMYK 0.15 0.60 0 0.02
HSL 285.2º 0.95% 0.69% -
HSV(B) 285.2º 0.6% 0.98% -
XYZ 49.8 30.57 94.54 -
YUV 151.89 183.94 172.3 -
System Red Green Blue C M Y K H S L
Decimal 214 101 251 0.15 0.60 0 0.02 285.2 0.95 0.69
Hex D6 65 FB F 3C 0 2 11D 5F 45
Octal 326 145 373 17 74 0 2 435 137 105
Binary 11010110 1100101 11111011 1111 111100 0 10 100011101 1011111 1000101

Color Harmonies of #D665FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D665FB

Black with #D665FB

Text Example


Text Example

White with #D665FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D665FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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