Html Css Color HEX #D57EB3 Kobi

📋 copy color: '#D57EB3'

red 213 ◦ green 126 ◦ blue 179

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

Shades of Kobi #D57EB3

Tints of Kobi #D57EB3

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.32%

 BLUE value IS 179 (70.31% from 255) = 34.56%

R = 41.12%
G = 24.32%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D57EB3 (or 0xD57EB3) is known color: Kobi. HEX triplet: D5, 7E and B3. RGB value is (213,126,179). Sum of RGB (Red+Green+Blue) = 213+126+179=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57EB3 is #2A814C. Grayscale: #9D9D9D. Windows color (decimal): -2785613 or 11763413. OLE color: 11763413.

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

Color convert

RGB 213 126 179 -
CMYK 0 0.41 0.16 0.16
HSL 323.45º 0.51% 0.66% -
HSV(B) 323.45º 0.41% 0.84% -
XYZ 43.04 32.32 46.62 -
YUV 158.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 213 126 179 0 0.41 0.16 0.16 323.45 0.51 0.66
Hex D5 7E B3 0 29 10 10 143 33 42
Octal 325 176 263 0 51 20 20 503 63 102
Binary 11010101 1111110 10110011 0 101001 10000 10000 101000011 110011 1000010

Color Harmonies of #D57EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57EB3

Black with #D57EB3

Text Example


Text Example

White with #D57EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57EB3; }

 p { color: rgb(213,126,179); }

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

background-color css

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

 a { background-color: rgb(213,126,179); }

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

border-color css

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

 span { border-color: rgb(213,126,179); }

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