Html Css Color HEX #D98384 Carissma

📋 copy color: '#D98384'

red 217 ◦ green 131 ◦ blue 132

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

Shades of Carissma #D98384

Tints of Carissma #D98384

RGB

 RED value IS 217 (85.16% from 255) = 45.21%

 GREEN value IS 131 (51.56% from 255) = 27.29%

 BLUE value IS 132 (51.95% from 255) = 27.5%

R = 45.21%
G = 27.29%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D98384 (or 0xD98384) is known color: Carissma. HEX triplet: D9, 83 and 84. RGB value is (217,131,132). Sum of RGB (Red+Green+Blue) = 217+131+132=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D98384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98384 is #267C7B. Grayscale: #9C9C9C. Windows color (decimal): -2522236 or 8684505. OLE color: 8684505.

HSL color Cylindrical-coordinate representation of color #D98384: hue angle of 359.3º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D98384 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 131 132 -
CMYK 0 0.40 0.39 0.15
HSL 359.3º 0.53% 0.68% -
HSV(B) 359.3º 0.4% 0.85% -
XYZ 40.9 32.65 25.98 -
YUV 156.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 217 131 132 0 0.40 0.39 0.15 359.3 0.53 0.68
Hex D9 83 84 0 28 27 F 167 35 44
Octal 331 203 204 0 50 47 17 547 65 104
Binary 11011001 10000011 10000100 0 101000 100111 1111 101100111 110101 1000100

Color Harmonies of #D98384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98384

Black with #D98384

Text Example


Text Example

White with #D98384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98384; }

 p { color: rgb(217,131,132); }

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

background-color css

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

 a { background-color: rgb(217,131,132); }

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

border-color css

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

 span { border-color: rgb(217,131,132); }

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