Html Css Color HEX #D57CAF Kobi

📋 copy color: '#D57CAF'

red 213 ◦ green 124 ◦ blue 175

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

Shades of Kobi #D57CAF

Tints of Kobi #D57CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.22%

 BLUE value IS 175 (68.75% from 255) = 34.18%

R = 41.6%
G = 24.22%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D57CAF (or 0xD57CAF) is known color: Kobi. HEX triplet: D5, 7C and AF. RGB value is (213,124,175). Sum of RGB (Red+Green+Blue) = 213+124+175=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57CAF is #2A8350. Grayscale: #9C9C9C. Windows color (decimal): -2786129 or 11500757. OLE color: 11500757.

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

Color convert

RGB 213 124 175 -
CMYK 0 0.42 0.18 0.16
HSL 325.62º 0.51% 0.66% -
HSV(B) 325.62º 0.42% 0.84% -
XYZ 42.39 31.66 44.43 -
YUV 156.43 138.49 168.35 -
System Red Green Blue C M Y K H S L
Decimal 213 124 175 0 0.42 0.18 0.16 325.62 0.51 0.66
Hex D5 7C AF 0 2A 12 10 146 33 42
Octal 325 174 257 0 52 22 20 506 63 102
Binary 11010101 1111100 10101111 0 101010 10010 10000 101000110 110011 1000010

Color Harmonies of #D57CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CAF

Black with #D57CAF

Text Example


Text Example

White with #D57CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CAF; }

 p { color: rgb(213,124,175); }

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

background-color css

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

 a { background-color: rgb(213,124,175); }

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

border-color css

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

 span { border-color: rgb(213,124,175); }

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