Html Css Color HEX #D57DA9 Kobi

📋 copy color: '#D57DA9'

red 213 ◦ green 125 ◦ blue 169

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

Shades of Kobi #D57DA9

Tints of Kobi #D57DA9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.65%

 BLUE value IS 169 (66.41% from 255) = 33.33%

R = 42.01%
G = 24.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D57DA9 (or 0xD57DA9) is known color: Kobi. HEX triplet: D5, 7D and A9. RGB value is (213,125,169). Sum of RGB (Red+Green+Blue) = 213+125+169=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57DA9 is #2A8256. Grayscale: #9C9C9C. Windows color (decimal): -2785879 or 11107797. OLE color: 11107797.

HSL color Cylindrical-coordinate representation of color #D57DA9: hue angle of 330º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57DA9 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 125 169 -
CMYK 0 0.41 0.21 0.16
HSL 330º 0.51% 0.66% -
HSV(B) 330º 0.41% 0.84% -
XYZ 41.94 31.68 41.44 -
YUV 156.33 135.15 168.42 -
System Red Green Blue C M Y K H S L
Decimal 213 125 169 0 0.41 0.21 0.16 330 0.51 0.66
Hex D5 7D A9 0 29 15 10 14A 33 42
Octal 325 175 251 0 51 25 20 512 63 102
Binary 11010101 1111101 10101001 0 101001 10101 10000 101001010 110011 1000010

Color Harmonies of #D57DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DA9

Black with #D57DA9

Text Example


Text Example

White with #D57DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DA9; }

 p { color: rgb(213,125,169); }

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

background-color css

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

 a { background-color: rgb(213,125,169); }

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

border-color css

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

 span { border-color: rgb(213,125,169); }

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