Html Css Color HEX #D75E7F Cranberry

📋 copy color: '#D75E7F'

red 215 ◦ green 94 ◦ blue 127

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

Shades of Cranberry #D75E7F

Tints of Cranberry #D75E7F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.56%

 BLUE value IS 127 (50% from 255) = 29.13%

R = 49.31%
G = 21.56%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D75E7F (or 0xD75E7F) is known color: Cranberry. HEX triplet: D7, 5E and 7F. RGB value is (215,94,127). Sum of RGB (Red+Green+Blue) = 215+94+127=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75E7F is #28A180. Grayscale: #858585. Windows color (decimal): -2662785 or 8347351. OLE color: 8347351.

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

Color convert

RGB 215 94 127 -
CMYK 0 0.56 0.41 0.16
HSL 343.64º 0.6% 0.61% -
HSV(B) 343.64º 0.56% 0.84% -
XYZ 35.86 23.98 22.82 -
YUV 133.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 215 94 127 0 0.56 0.41 0.16 343.64 0.6 0.61
Hex D7 5E 7F 0 38 29 10 158 3C 3D
Octal 327 136 177 0 70 51 20 530 74 75
Binary 11010111 1011110 1111111 0 111000 101001 10000 101011000 111100 111101

Color Harmonies of #D75E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75E7F

Black with #D75E7F

Text Example


Text Example

White with #D75E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75E7F; }

 p { color: rgb(215,94,127); }

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

background-color css

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

 a { background-color: rgb(215,94,127); }

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

border-color css

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

 span { border-color: rgb(215,94,127); }

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