Html Css Color HEX #D594AE Kobi

📋 copy color: '#D594AE'

red 213 ◦ green 148 ◦ blue 174

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

Shades of Kobi #D594AE

Tints of Kobi #D594AE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.66%

 BLUE value IS 174 (68.36% from 255) = 32.52%

R = 39.81%
G = 27.66%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D594AE (or 0xD594AE) is known color: Kobi. HEX triplet: D5, 94 and AE. RGB value is (213,148,174). Sum of RGB (Red+Green+Blue) = 213+148+174=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D594AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D594AE is #2A6B51. Grayscale: #AAAAAA. Windows color (decimal): -2779986 or 11441365. OLE color: 11441365.

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

Color convert

RGB 213 148 174 -
CMYK 0 0.31 0.18 0.16
HSL 336º 0.44% 0.71% -
HSV(B) 336º 0.31% 0.84% -
XYZ 45.67 38.38 45.05 -
YUV 170.4 130.03 158.39 -
System Red Green Blue C M Y K H S L
Decimal 213 148 174 0 0.31 0.18 0.16 336 0.44 0.71
Hex D5 94 AE 0 1F 12 10 150 2C 47
Octal 325 224 256 0 37 22 20 520 54 107
Binary 11010101 10010100 10101110 0 11111 10010 10000 101010000 101100 1000111

Color Harmonies of #D594AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D594AE

Black with #D594AE

Text Example


Text Example

White with #D594AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D594AE; }

 p { color: rgb(213,148,174); }

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

background-color css

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

 a { background-color: rgb(213,148,174); }

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

border-color css

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

 span { border-color: rgb(213,148,174); }

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