Html Css Color HEX #D98285 Carissma

📋 copy color: '#D98285'

red 217 ◦ green 130 ◦ blue 133

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

Shades of Carissma #D98285

Tints of Carissma #D98285

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.08%

 BLUE value IS 133 (52.34% from 255) = 27.71%

R = 45.21%
G = 27.08%
B = 27.71%

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

#D98285 (or 0xD98285) is known color: Carissma. HEX triplet: D9, 82 and 85. RGB value is (217,130,133). Sum of RGB (Red+Green+Blue) = 217+130+133=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D98285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98285 is #267D7A. Grayscale: #9C9C9C. Windows color (decimal): -2522491 or 8749785. OLE color: 8749785.

HSL color Cylindrical-coordinate representation of color #D98285: hue angle of 357.93º 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 #D98285 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 130 133 -
CMYK 0 0.40 0.39 0.15
HSL 357.93º 0.53% 0.68% -
HSV(B) 357.93º 0.4% 0.85% -
XYZ 40.83 32.41 26.29 -
YUV 156.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 217 130 133 0 0.40 0.39 0.15 357.93 0.53 0.68
Hex D9 82 85 0 28 27 F 166 35 44
Octal 331 202 205 0 50 47 17 546 65 104
Binary 11011001 10000010 10000101 0 101000 100111 1111 101100110 110101 1000100

Color Harmonies of #D98285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98285

Black with #D98285

Text Example


Text Example

White with #D98285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98285; }

 p { color: rgb(217,130,133); }

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

background-color css

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

 a { background-color: rgb(217,130,133); }

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

border-color css

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

 span { border-color: rgb(217,130,133); }

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