Html Css Color HEX #D490AE Kobi

📋 copy color: '#D490AE'

red 212 ◦ green 144 ◦ blue 174

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

Shades of Kobi #D490AE

Tints of Kobi #D490AE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.17%

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

R = 40%
G = 27.17%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D490AE (or 0xD490AE) is known color: Kobi. HEX triplet: D4, 90 and AE. RGB value is (212,144,174). Sum of RGB (Red+Green+Blue) = 212+144+174=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D490AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D490AE is #2B6F51. Grayscale: #A7A7A7. Windows color (decimal): -2846546 or 11440340. OLE color: 11440340.

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

Color convert

RGB 212 144 174 -
CMYK 0 0.32 0.18 0.17
HSL 333.53º 0.44% 0.7% -
HSV(B) 333.53º 0.32% 0.83% -
XYZ 44.76 37 44.83 -
YUV 167.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 212 144 174 0 0.32 0.18 0.17 333.53 0.44 0.7
Hex D4 90 AE 0 20 12 11 14E 2C 46
Octal 324 220 256 0 40 22 21 516 54 106
Binary 11010100 10010000 10101110 0 100000 10010 10001 101001110 101100 1000110

Color Harmonies of #D490AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D490AE

Black with #D490AE

Text Example


Text Example

White with #D490AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D490AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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