Html Css Color HEX #D94483 Cranberry

📋 copy color: '#D94483'

red 217 ◦ green 68 ◦ blue 131

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

Shades of Cranberry #D94483

Tints of Cranberry #D94483

RGB

 RED value IS 217 (85.16% from 255) = 52.16%

 GREEN value IS 68 (26.95% from 255) = 16.35%

 BLUE value IS 131 (51.56% from 255) = 31.49%

R = 52.16%
G = 16.35%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D94483 (or 0xD94483) is known color: Cranberry. HEX triplet: D9, 44 and 83. RGB value is (217,68,131). Sum of RGB (Red+Green+Blue) = 217+68+131=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D94483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94483 is #26BB7C. Grayscale: #777777. Windows color (decimal): -2538365 or 8602841. OLE color: 8602841.

HSL color Cylindrical-coordinate representation of color #D94483: hue angle of 334.63º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94483 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 68 131 -
CMYK 0 0.69 0.40 0.15
HSL 334.63º 0.66% 0.56% -
HSV(B) 334.63º 0.69% 0.85% -
XYZ 34.78 20.52 23.6 -
YUV 119.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 217 68 131 0 0.69 0.40 0.15 334.63 0.66 0.56
Hex D9 44 83 0 45 28 F 14F 42 38
Octal 331 104 203 0 105 50 17 517 102 70
Binary 11011001 1000100 10000011 0 1000101 101000 1111 101001111 1000010 111000

Color Harmonies of #D94483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94483

Black with #D94483

Text Example


Text Example

White with #D94483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94483; }

 p { color: rgb(217,68,131); }

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

background-color css

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

 a { background-color: rgb(217,68,131); }

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

border-color css

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

 span { border-color: rgb(217,68,131); }

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