Html Css Color HEX #D7568A Cranberry

📋 copy color: '#D7568A'

red 215 ◦ green 86 ◦ blue 138

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

Shades of Cranberry #D7568A

Tints of Cranberry #D7568A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.59%

 BLUE value IS 138 (54.3% from 255) = 31.44%

R = 48.97%
G = 19.59%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7568A (or 0xD7568A) is known color: Cranberry. HEX triplet: D7, 56 and 8A. RGB value is (215,86,138). Sum of RGB (Red+Green+Blue) = 215+86+138=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D7568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7568A is #28A975. Grayscale: #828282. Windows color (decimal): -2664822 or 9066199. OLE color: 9066199.

HSL color Cylindrical-coordinate representation of color #D7568A: hue angle of 335.81º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7568A is Cyan = 0, Magento = 0.6, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 86 138 -
CMYK 0 0.6 0.36 0.16
HSL 335.81º 0.62% 0.59% -
HSV(B) 335.81º 0.6% 0.84% -
XYZ 35.94 22.94 26.58 -
YUV 130.5 132.24 188.27 -
System Red Green Blue C M Y K H S L
Decimal 215 86 138 0 0.6 0.36 0.16 335.81 0.62 0.59
Hex D7 56 8A 0 3C 24 10 150 3E 3B
Octal 327 126 212 0 74 44 20 520 76 73
Binary 11010111 1010110 10001010 0 111100 100100 10000 101010000 111110 111011

Color Harmonies of #D7568A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7568A

Black with #D7568A

Text Example


Text Example

White with #D7568A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7568A; }

 p { color: rgb(215,86,138); }

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

background-color css

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

 a { background-color: rgb(215,86,138); }

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

border-color css

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

 span { border-color: rgb(215,86,138); }

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