Html Css Color HEX #D75F7E Cranberry

📋 copy color: '#D75F7E'

red 215 ◦ green 95 ◦ blue 126

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

Shades of Cranberry #D75F7E

Tints of Cranberry #D75F7E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.79%

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 49.31%
G = 21.79%
B = 28.9%

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

#D75F7E (or 0xD75F7E) is known color: Cranberry. HEX triplet: D7, 5F and 7E. RGB value is (215,95,126). Sum of RGB (Red+Green+Blue) = 215+95+126=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75F7E is #28A081. Grayscale: #868686. Windows color (decimal): -2662530 or 8282071. OLE color: 8282071.

HSL color Cylindrical-coordinate representation of color #D75F7E: hue angle of 344.5º 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 #D75F7E is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 95 126 -
CMYK 0 0.56 0.41 0.16
HSL 344.5º 0.6% 0.61% -
HSV(B) 344.5º 0.56% 0.84% -
XYZ 35.88 24.14 22.51 -
YUV 134.41 123.26 185.48 -
System Red Green Blue C M Y K H S L
Decimal 215 95 126 0 0.56 0.41 0.16 344.5 0.6 0.61
Hex D7 5F 7E 0 38 29 10 158 3C 3D
Octal 327 137 176 0 70 51 20 530 74 75
Binary 11010111 1011111 1111110 0 111000 101001 10000 101011000 111100 111101

Color Harmonies of #D75F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75F7E

Black with #D75F7E

Text Example


Text Example

White with #D75F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75F7E; }

 p { color: rgb(215,95,126); }

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

background-color css

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

 a { background-color: rgb(215,95,126); }

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

border-color css

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

 span { border-color: rgb(215,95,126); }

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