Html Css Color HEX #D6598B Dark Pink

📋 copy color: '#D6598B'

red 214 ◦ green 89 ◦ blue 139

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

Shades of Dark Pink #D6598B

Tints of Dark Pink #D6598B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.14%

 BLUE value IS 139 (54.69% from 255) = 31.45%

R = 48.42%
G = 20.14%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6598B (or 0xD6598B) is known color: Dark Pink. HEX triplet: D6, 59 and 8B. RGB value is (214,89,139). Sum of RGB (Red+Green+Blue) = 214+89+139=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6598B is #29A674. Grayscale: #848484. Windows color (decimal): -2729589 or 9132502. OLE color: 9132502.

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

Color convert

RGB 214 89 139 -
CMYK 0 0.58 0.35 0.16
HSL 336º 0.6% 0.59% -
HSV(B) 336º 0.58% 0.84% -
XYZ 35.96 23.3 27.03 -
YUV 132.08 131.91 186.43 -
System Red Green Blue C M Y K H S L
Decimal 214 89 139 0 0.58 0.35 0.16 336 0.6 0.59
Hex D6 59 8B 0 3A 23 10 150 3C 3B
Octal 326 131 213 0 72 43 20 520 74 73
Binary 11010110 1011001 10001011 0 111010 100011 10000 101010000 111100 111011

Color Harmonies of #D6598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6598B

Black with #D6598B

Text Example


Text Example

White with #D6598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6598B; }

 p { color: rgb(214,89,139); }

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

background-color css

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

 a { background-color: rgb(214,89,139); }

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

border-color css

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

 span { border-color: rgb(214,89,139); }

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