Html Css Color HEX #D75481 Cranberry

📋 copy color: '#D75481'

red 215 ◦ green 84 ◦ blue 129

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

Shades of Cranberry #D75481

Tints of Cranberry #D75481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.63%

 BLUE value IS 129 (50.78% from 255) = 30.14%

R = 50.23%
G = 19.63%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D75481 (or 0xD75481) is known color: Cranberry. HEX triplet: D7, 54 and 81. RGB value is (215,84,129). Sum of RGB (Red+Green+Blue) = 215+84+129=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D75481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75481 is #28AB7E. Grayscale: #808080. Windows color (decimal): -2665343 or 8475863. OLE color: 8475863.

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

Color convert

RGB 215 84 129 -
CMYK 0 0.61 0.4 0.16
HSL 339.39º 0.62% 0.59% -
HSV(B) 339.39º 0.61% 0.84% -
XYZ 35.16 22.37 23.23 -
YUV 128.3 128.4 189.84 -
System Red Green Blue C M Y K H S L
Decimal 215 84 129 0 0.61 0.4 0.16 339.39 0.62 0.59
Hex D7 54 81 0 3D 28 10 153 3E 3B
Octal 327 124 201 0 75 50 20 523 76 73
Binary 11010111 1010100 10000001 0 111101 101000 10000 101010011 111110 111011

Color Harmonies of #D75481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75481

Black with #D75481

Text Example


Text Example

White with #D75481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75481; }

 p { color: rgb(215,84,129); }

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

background-color css

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

 a { background-color: rgb(215,84,129); }

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

border-color css

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

 span { border-color: rgb(215,84,129); }

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