Html Css Color HEX #D495B2 Kobi

📋 copy color: '#D495B2'

red 212 ◦ green 149 ◦ blue 178

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

Shades of Kobi #D495B2

Tints of Kobi #D495B2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.64%

 BLUE value IS 178 (69.92% from 255) = 33.02%

R = 39.33%
G = 27.64%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D495B2 (or 0xD495B2) is known color: Kobi. HEX triplet: D4, 95 and B2. RGB value is (212,149,178). Sum of RGB (Red+Green+Blue) = 212+149+178=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D495B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D495B2 is #2B6A4D. Grayscale: #ABABAB. Windows color (decimal): -2845262 or 11703764. OLE color: 11703764.

HSL color Cylindrical-coordinate representation of color #D495B2: hue angle of 332.38º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D495B2 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 149 178 -
CMYK 0 0.30 0.16 0.17
HSL 332.38º 0.42% 0.71% -
HSV(B) 332.38º 0.3% 0.83% -
XYZ 45.93 38.71 47.17 -
YUV 171.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 212 149 178 0 0.30 0.16 0.17 332.38 0.42 0.71
Hex D4 95 B2 0 1E 10 11 14C 2A 47
Octal 324 225 262 0 36 20 21 514 52 107
Binary 11010100 10010101 10110010 0 11110 10000 10001 101001100 101010 1000111

Color Harmonies of #D495B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495B2

Black with #D495B2

Text Example


Text Example

White with #D495B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495B2; }

 p { color: rgb(212,149,178); }

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

background-color css

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

 a { background-color: rgb(212,149,178); }

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

border-color css

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

 span { border-color: rgb(212,149,178); }

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