Html Css Color HEX #D7828F Carissma

📋 copy color: '#D7828F'

red 215 ◦ green 130 ◦ blue 143

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

Shades of Carissma #D7828F

Tints of Carissma #D7828F

RGB

 RED value IS 215 (84.38% from 255) = 44.06%

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

 BLUE value IS 143 (56.25% from 255) = 29.3%

R = 44.06%
G = 26.64%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7828F (or 0xD7828F) is known color: Carissma. HEX triplet: D7, 82 and 8F. RGB value is (215,130,143). Sum of RGB (Red+Green+Blue) = 215+130+143=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7828F is #287D70. Grayscale: #9C9C9C. Windows color (decimal): -2653553 or 9405143. OLE color: 9405143.

HSL color Cylindrical-coordinate representation of color #D7828F: hue angle of 350.82º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7828F is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 130 143 -
CMYK 0 0.40 0.33 0.16
HSL 350.82º 0.52% 0.68% -
HSV(B) 350.82º 0.4% 0.84% -
XYZ 40.96 32.4 30.08 -
YUV 156.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 215 130 143 0 0.40 0.33 0.16 350.82 0.52 0.68
Hex D7 82 8F 0 28 21 10 15F 34 44
Octal 327 202 217 0 50 41 20 537 64 104
Binary 11010111 10000010 10001111 0 101000 100001 10000 101011111 110100 1000100

Color Harmonies of #D7828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7828F

Black with #D7828F

Text Example


Text Example

White with #D7828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7828F; }

 p { color: rgb(215,130,143); }

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

background-color css

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

 a { background-color: rgb(215,130,143); }

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

border-color css

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

 span { border-color: rgb(215,130,143); }

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