Html Css Color HEX #D38AB0 Kobi

📋 copy color: '#D38AB0'

red 211 ◦ green 138 ◦ blue 176

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

Shades of Kobi #D38AB0

Tints of Kobi #D38AB0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.29%

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

R = 40.19%
G = 26.29%
B = 33.52%

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

#D38AB0 (or 0xD38AB0) is known color: Kobi. HEX triplet: D3, 8A and B0. RGB value is (211,138,176). Sum of RGB (Red+Green+Blue) = 211+138+176=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D38AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38AB0 is #2C754F. Grayscale: #A4A4A4. Windows color (decimal): -2913616 or 11569875. OLE color: 11569875.

HSL color Cylindrical-coordinate representation of color #D38AB0: hue angle of 328.77º degrees, saturation: 0.45, 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 #D38AB0 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 138 176 -
CMYK 0 0.35 0.17 0.17
HSL 328.77º 0.45% 0.68% -
HSV(B) 328.77º 0.35% 0.83% -
XYZ 43.79 35.16 45.55 -
YUV 164.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 211 138 176 0 0.35 0.17 0.17 328.77 0.45 0.68
Hex D3 8A B0 0 23 11 11 149 2D 44
Octal 323 212 260 0 43 21 21 511 55 104
Binary 11010011 10001010 10110000 0 100011 10001 10001 101001001 101101 1000100

Color Harmonies of #D38AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38AB0

Black with #D38AB0

Text Example


Text Example

White with #D38AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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