Html Css Color HEX #D48DAE Kobi

📋 copy color: '#D48DAE'

red 212 ◦ green 141 ◦ blue 174

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

Shades of Kobi #D48DAE

Tints of Kobi #D48DAE

RGB

 RED value IS 212 (83.2% from 255) = 40.23%

 GREEN value IS 141 (55.47% from 255) = 26.76%

 BLUE value IS 174 (68.36% from 255) = 33.02%

R = 40.23%
G = 26.76%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D48DAE (or 0xD48DAE) is known color: Kobi. HEX triplet: D4, 8D and AE. RGB value is (212,141,174). Sum of RGB (Red+Green+Blue) = 212+141+174=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48DAE is #2B7251. Grayscale: #A5A5A5. Windows color (decimal): -2847314 or 11439572. OLE color: 11439572.

HSL color Cylindrical-coordinate representation of color #D48DAE: hue angle of 332.11º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48DAE is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 141 174 -
CMYK 0 0.33 0.18 0.17
HSL 332.11º 0.45% 0.69% -
HSV(B) 332.11º 0.33% 0.83% -
XYZ 44.32 36.1 44.68 -
YUV 165.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 212 141 174 0 0.33 0.18 0.17 332.11 0.45 0.69
Hex D4 8D AE 0 21 12 11 14C 2D 45
Octal 324 215 256 0 41 22 21 514 55 105
Binary 11010100 10001101 10101110 0 100001 10010 10001 101001100 101101 1000101

Color Harmonies of #D48DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DAE

Black with #D48DAE

Text Example


Text Example

White with #D48DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DAE; }

 p { color: rgb(212,141,174); }

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

background-color css

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

 a { background-color: rgb(212,141,174); }

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

border-color css

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

 span { border-color: rgb(212,141,174); }

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