Html Css Color HEX #D65C8A Hopbush

📋 copy color: '#D65C8A'

red 214 ◦ green 92 ◦ blue 138

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

Shades of Hopbush #D65C8A

Tints of Hopbush #D65C8A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.72%

 BLUE value IS 138 (54.3% from 255) = 31.08%

R = 48.2%
G = 20.72%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D65C8A (or 0xD65C8A) is known color: Hopbush. HEX triplet: D6, 5C and 8A. RGB value is (214,92,138). Sum of RGB (Red+Green+Blue) = 214+92+138=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65C8A is #29A375. Grayscale: #858585. Windows color (decimal): -2728822 or 9067734. OLE color: 9067734.

HSL color Cylindrical-coordinate representation of color #D65C8A: hue angle of 337.38º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65C8A is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 92 138 -
CMYK 0 0.57 0.36 0.16
HSL 337.38º 0.6% 0.6% -
HSV(B) 337.38º 0.57% 0.84% -
XYZ 36.15 23.79 26.73 -
YUV 133.72 130.42 185.26 -
System Red Green Blue C M Y K H S L
Decimal 214 92 138 0 0.57 0.36 0.16 337.38 0.6 0.6
Hex D6 5C 8A 0 39 24 10 151 3C 3C
Octal 326 134 212 0 71 44 20 521 74 74
Binary 11010110 1011100 10001010 0 111001 100100 10000 101010001 111100 111100

Color Harmonies of #D65C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C8A

Black with #D65C8A

Text Example


Text Example

White with #D65C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C8A; }

 p { color: rgb(214,92,138); }

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

background-color css

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

 a { background-color: rgb(214,92,138); }

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

border-color css

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

 span { border-color: rgb(214,92,138); }

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