Html Css Color HEX #D59CB5 Kobi

📋 copy color: '#D59CB5'

red 213 ◦ green 156 ◦ blue 181

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

Shades of Kobi #D59CB5

Tints of Kobi #D59CB5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.36%

 BLUE value IS 181 (71.09% from 255) = 32.91%

R = 38.73%
G = 28.36%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D59CB5 (or 0xD59CB5) is known color: Kobi. HEX triplet: D5, 9C and B5. RGB value is (213,156,181). Sum of RGB (Red+Green+Blue) = 213+156+181=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CB5 is #2A634A. Grayscale: #AFAFAF. Windows color (decimal): -2777931 or 11902165. OLE color: 11902165.

HSL color Cylindrical-coordinate representation of color #D59CB5: hue angle of 333.68º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59CB5 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 156 181 -
CMYK 0 0.27 0.15 0.16
HSL 333.68º 0.4% 0.72% -
HSV(B) 333.68º 0.27% 0.84% -
XYZ 47.67 41.26 49.17 -
YUV 175.89 130.88 154.47 -
System Red Green Blue C M Y K H S L
Decimal 213 156 181 0 0.27 0.15 0.16 333.68 0.4 0.72
Hex D5 9C B5 0 1B F 10 14E 28 48
Octal 325 234 265 0 33 17 20 516 50 110
Binary 11010101 10011100 10110101 0 11011 1111 10000 101001110 101000 1001000

Color Harmonies of #D59CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CB5

Black with #D59CB5

Text Example


Text Example

White with #D59CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CB5; }

 p { color: rgb(213,156,181); }

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

background-color css

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

 a { background-color: rgb(213,156,181); }

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

border-color css

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

 span { border-color: rgb(213,156,181); }

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