Html Css Color HEX #D57DB1 Kobi

📋 copy color: '#D57DB1'

red 213 ◦ green 125 ◦ blue 177

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

Shades of Kobi #D57DB1

Tints of Kobi #D57DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.37%

R = 41.36%
G = 24.27%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D57DB1 (or 0xD57DB1) is known color: Kobi. HEX triplet: D5, 7D and B1. RGB value is (213,125,177). Sum of RGB (Red+Green+Blue) = 213+125+177=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57DB1 is #2A824E. Grayscale: #9D9D9D. Windows color (decimal): -2785871 or 11632085. OLE color: 11632085.

HSL color Cylindrical-coordinate representation of color #D57DB1: hue angle of 324.55º 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 #D57DB1 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 125 177 -
CMYK 0 0.41 0.17 0.16
HSL 324.55º 0.51% 0.66% -
HSV(B) 324.55º 0.41% 0.84% -
XYZ 42.71 31.99 45.52 -
YUV 157.24 139.15 167.77 -
System Red Green Blue C M Y K H S L
Decimal 213 125 177 0 0.41 0.17 0.16 324.55 0.51 0.66
Hex D5 7D B1 0 29 11 10 145 33 42
Octal 325 175 261 0 51 21 20 505 63 102
Binary 11010101 1111101 10110001 0 101001 10001 10000 101000101 110011 1000010

Color Harmonies of #D57DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DB1

Black with #D57DB1

Text Example


Text Example

White with #D57DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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