Html Css Color HEX #D64BFD Heliotrope

📋 copy color: '#D64BFD'

red 214 ◦ green 75 ◦ blue 253

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

Shades of Heliotrope #D64BFD

Tints of Heliotrope #D64BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 39.48%
G = 13.84%
B = 46.68%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D64BFD (or 0xD64BFD) is known color: Heliotrope. HEX triplet: D6, 4B and FD. RGB value is (214,75,253). Sum of RGB (Red+Green+Blue) = 214+75+253=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 75 (29.69% from 255 or 13.84% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #D64BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64BFD is #29B402. Grayscale: #888888. Windows color (decimal): -2733059 or 16600022. OLE color: 16600022.

HSL color Cylindrical-coordinate representation of color #D64BFD: hue angle of 286.85º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64BFD is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 75 253 -
CMYK 0.15 0.70 0 0.01
HSL 286.85º 0.98% 0.64% -
HSV(B) 286.85º 0.7% 0.99% -
XYZ 47.98 26.42 95.5 -
YUV 136.85 193.55 183.03 -
System Red Green Blue C M Y K H S L
Decimal 214 75 253 0.15 0.70 0 0.01 286.85 0.98 0.64
Hex D6 4B FD F 46 0 1 11F 62 40
Octal 326 113 375 17 106 0 1 437 142 100
Binary 11010110 1001011 11111101 1111 1000110 0 1 100011111 1100010 1000000

Color Harmonies of #D64BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64BFD

Black with #D64BFD

Text Example


Text Example

White with #D64BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64BFD; }

 p { color: rgb(214,75,253); }

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

background-color css

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

 a { background-color: rgb(214,75,253); }

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

border-color css

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

 span { border-color: rgb(214,75,253); }

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