Html Css Color HEX #D87F90 Carissma

📋 copy color: '#D87F90'

red 216 ◦ green 127 ◦ blue 144

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

Shades of Carissma #D87F90

Tints of Carissma #D87F90

RGB

 RED value IS 216 (84.77% from 255) = 44.35%

 GREEN value IS 127 (50% from 255) = 26.08%

 BLUE value IS 144 (56.64% from 255) = 29.57%

R = 44.35%
G = 26.08%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D87F90 (or 0xD87F90) is known color: Carissma. HEX triplet: D8, 7F and 90. RGB value is (216,127,144). Sum of RGB (Red+Green+Blue) = 216+127+144=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F90 is #27806F. Grayscale: #9B9B9B. Windows color (decimal): -2588784 or 9469912. OLE color: 9469912.

HSL color Cylindrical-coordinate representation of color #D87F90: hue angle of 348.54º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D87F90 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 127 144 -
CMYK 0 0.41 0.33 0.15
HSL 348.54º 0.53% 0.67% -
HSV(B) 348.54º 0.41% 0.85% -
XYZ 40.94 31.79 30.36 -
YUV 155.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 216 127 144 0 0.41 0.33 0.15 348.54 0.53 0.67
Hex D8 7F 90 0 29 21 F 15D 35 43
Octal 330 177 220 0 51 41 17 535 65 103
Binary 11011000 1111111 10010000 0 101001 100001 1111 101011101 110101 1000011

Color Harmonies of #D87F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F90

Black with #D87F90

Text Example


Text Example

White with #D87F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F90; }

 p { color: rgb(216,127,144); }

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

background-color css

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

 a { background-color: rgb(216,127,144); }

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

border-color css

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

 span { border-color: rgb(216,127,144); }

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