Html Css Color HEX #D48AB4 Kobi

📋 copy color: '#D48AB4'

red 212 ◦ green 138 ◦ blue 180

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

Shades of Kobi #D48AB4

Tints of Kobi #D48AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.96%

R = 40%
G = 26.04%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D48AB4 (or 0xD48AB4) is known color: Kobi. HEX triplet: D4, 8A and B4. RGB value is (212,138,180). Sum of RGB (Red+Green+Blue) = 212+138+180=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48AB4 is #2B754B. Grayscale: #A4A4A4. Windows color (decimal): -2848076 or 11832020. OLE color: 11832020.

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

Color convert

RGB 212 138 180 -
CMYK 0 0.35 0.15 0.17
HSL 325.95º 0.46% 0.69% -
HSV(B) 325.95º 0.35% 0.83% -
XYZ 44.48 35.47 47.68 -
YUV 164.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 212 138 180 0 0.35 0.15 0.17 325.95 0.46 0.69
Hex D4 8A B4 0 23 F 11 146 2E 45
Octal 324 212 264 0 43 17 21 506 56 105
Binary 11010100 10001010 10110100 0 100011 1111 10001 101000110 101110 1000101

Color Harmonies of #D48AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48AB4

Black with #D48AB4

Text Example


Text Example

White with #D48AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48AB4; }

 p { color: rgb(212,138,180); }

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

background-color css

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

 a { background-color: rgb(212,138,180); }

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

border-color css

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

 span { border-color: rgb(212,138,180); }

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