Html Css Color HEX #D65FAD Hopbush

📋 copy color: '#D65FAD'

red 214 ◦ green 95 ◦ blue 173

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

Shades of Hopbush #D65FAD

Tints of Hopbush #D65FAD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.71%

 BLUE value IS 173 (67.97% from 255) = 35.89%

R = 44.4%
G = 19.71%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D65FAD (or 0xD65FAD) is known color: Hopbush. HEX triplet: D6, 5F and AD. RGB value is (214,95,173). Sum of RGB (Red+Green+Blue) = 214+95+173=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65FAD is #29A052. Grayscale: #8B8B8B. Windows color (decimal): -2728019 or 11362262. OLE color: 11362262.

HSL color Cylindrical-coordinate representation of color #D65FAD: hue angle of 320.67º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65FAD is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 95 173 -
CMYK 0 0.56 0.19 0.16
HSL 320.67º 0.59% 0.61% -
HSV(B) 320.67º 0.56% 0.84% -
XYZ 39.37 25.5 42.38 -
YUV 139.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 214 95 173 0 0.56 0.19 0.16 320.67 0.59 0.61
Hex D6 5F AD 0 38 13 10 141 3B 3D
Octal 326 137 255 0 70 23 20 501 73 75
Binary 11010110 1011111 10101101 0 111000 10011 10000 101000001 111011 111101

Color Harmonies of #D65FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FAD

Black with #D65FAD

Text Example


Text Example

White with #D65FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FAD; }

 p { color: rgb(214,95,173); }

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

background-color css

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

 a { background-color: rgb(214,95,173); }

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

border-color css

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

 span { border-color: rgb(214,95,173); }

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