Html Css Color HEX #D57AB0 Kobi

📋 copy color: '#D57AB0'

red 213 ◦ green 122 ◦ blue 176

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

Shades of Kobi #D57AB0

Tints of Kobi #D57AB0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.87%

 BLUE value IS 176 (69.14% from 255) = 34.44%

R = 41.68%
G = 23.87%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D57AB0 (or 0xD57AB0) is known color: Kobi. HEX triplet: D5, 7A and B0. RGB value is (213,122,176). Sum of RGB (Red+Green+Blue) = 213+122+176=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57AB0 is #2A854F. Grayscale: #9B9B9B. Windows color (decimal): -2786640 or 11565781. OLE color: 11565781.

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

Color convert

RGB 213 122 176 -
CMYK 0 0.43 0.17 0.16
HSL 324.4º 0.52% 0.66% -
HSV(B) 324.4º 0.43% 0.84% -
XYZ 42.24 31.2 44.87 -
YUV 155.37 139.65 169.11 -
System Red Green Blue C M Y K H S L
Decimal 213 122 176 0 0.43 0.17 0.16 324.4 0.52 0.66
Hex D5 7A B0 0 2B 11 10 144 34 42
Octal 325 172 260 0 53 21 20 504 64 102
Binary 11010101 1111010 10110000 0 101011 10001 10000 101000100 110100 1000010

Color Harmonies of #D57AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57AB0

Black with #D57AB0

Text Example


Text Example

White with #D57AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57AB0; }

 p { color: rgb(213,122,176); }

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

background-color css

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

 a { background-color: rgb(213,122,176); }

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

border-color css

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

 span { border-color: rgb(213,122,176); }

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