Html Css Color HEX #D65AFB Heliotrope

📋 copy color: '#D65AFB'

red 214 ◦ green 90 ◦ blue 251

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

Shades of Heliotrope #D65AFB

Tints of Heliotrope #D65AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.22%

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

R = 38.56%
G = 16.22%
B = 45.23%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D65AFB (or 0xD65AFB) is known color: Heliotrope. HEX triplet: D6, 5A and FB. RGB value is (214,90,251). Sum of RGB (Red+Green+Blue) = 214+90+251=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 90 (35.55% from 255 or 16.22% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #D65AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65AFB is #29A504. Grayscale: #909090. Windows color (decimal): -2729221 or 16472790. OLE color: 16472790.

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

Color convert

RGB 214 90 251 -
CMYK 0.15 0.64 0 0.02
HSL 286.21º 0.95% 0.67% -
HSV(B) 286.21º 0.64% 0.98% -
XYZ 48.8 28.57 94.21 -
YUV 145.43 187.58 176.91 -
System Red Green Blue C M Y K H S L
Decimal 214 90 251 0.15 0.64 0 0.02 286.21 0.95 0.67
Hex D6 5A FB F 40 0 2 11E 5F 43
Octal 326 132 373 17 100 0 2 436 137 103
Binary 11010110 1011010 11111011 1111 1000000 0 10 100011110 1011111 1000011

Color Harmonies of #D65AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AFB

Black with #D65AFB

Text Example


Text Example

White with #D65AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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