Html Css Color HEX #D5638C Hopbush

📋 copy color: '#D5638C'

red 213 ◦ green 99 ◦ blue 140

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

Shades of Hopbush #D5638C

Tints of Hopbush #D5638C

RGB

 RED value IS 213 (83.59% from 255) = 47.12%

 GREEN value IS 99 (39.06% from 255) = 21.9%

 BLUE value IS 140 (55.08% from 255) = 30.97%

R = 47.12%
G = 21.9%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5638C (or 0xD5638C) is known color: Hopbush. HEX triplet: D5, 63 and 8C. RGB value is (213,99,140). Sum of RGB (Red+Green+Blue) = 213+99+140=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5638C is #2A9C73. Grayscale: #898989. Windows color (decimal): -2792564 or 9200597. OLE color: 9200597.

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

Color convert

RGB 213 99 140 -
CMYK 0 0.54 0.34 0.16
HSL 338.42º 0.58% 0.61% -
HSV(B) 338.42º 0.54% 0.84% -
XYZ 36.64 24.96 27.7 -
YUV 137.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 213 99 140 0 0.54 0.34 0.16 338.42 0.58 0.61
Hex D5 63 8C 0 36 22 10 152 3A 3D
Octal 325 143 214 0 66 42 20 522 72 75
Binary 11010101 1100011 10001100 0 110110 100010 10000 101010010 111010 111101

Color Harmonies of #D5638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5638C

Black with #D5638C

Text Example


Text Example

White with #D5638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5638C; }

 p { color: rgb(213,99,140); }

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

background-color css

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

 a { background-color: rgb(213,99,140); }

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

border-color css

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

 span { border-color: rgb(213,99,140); }

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