Html Css Color HEX #D389B0 Kobi

📋 copy color: '#D389B0'

red 211 ◦ green 137 ◦ blue 176

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

Shades of Kobi #D389B0

Tints of Kobi #D389B0

RGB

 RED value IS 211 (82.81% from 255) = 40.27%

 GREEN value IS 137 (53.91% from 255) = 26.15%

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

R = 40.27%
G = 26.15%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D389B0 (or 0xD389B0) is known color: Kobi. HEX triplet: D3, 89 and B0. RGB value is (211,137,176). Sum of RGB (Red+Green+Blue) = 211+137+176=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D389B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D389B0 is #2C764F. Grayscale: #A3A3A3. Windows color (decimal): -2913872 or 11569619. OLE color: 11569619.

HSL color Cylindrical-coordinate representation of color #D389B0: hue angle of 328.38º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D389B0 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 137 176 -
CMYK 0 0.35 0.17 0.17
HSL 328.38º 0.46% 0.68% -
HSV(B) 328.38º 0.35% 0.83% -
XYZ 43.65 34.87 45.51 -
YUV 163.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 211 137 176 0 0.35 0.17 0.17 328.38 0.46 0.68
Hex D3 89 B0 0 23 11 11 148 2E 44
Octal 323 211 260 0 43 21 21 510 56 104
Binary 11010011 10001001 10110000 0 100011 10001 10001 101001000 101110 1000100

Color Harmonies of #D389B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D389B0

Black with #D389B0

Text Example


Text Example

White with #D389B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D389B0; }

 p { color: rgb(211,137,176); }

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

background-color css

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

 a { background-color: rgb(211,137,176); }

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

border-color css

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

 span { border-color: rgb(211,137,176); }

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