Html Css Color HEX #D65882 Cranberry

📋 copy color: '#D65882'

red 214 ◦ green 88 ◦ blue 130

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

Shades of Cranberry #D65882

Tints of Cranberry #D65882

RGB

 RED value IS 214 (83.98% from 255) = 49.54%

 GREEN value IS 88 (34.77% from 255) = 20.37%

 BLUE value IS 130 (51.17% from 255) = 30.09%

R = 49.54%
G = 20.37%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D65882 (or 0xD65882) is known color: Cranberry. HEX triplet: D6, 58 and 82. RGB value is (214,88,130). Sum of RGB (Red+Green+Blue) = 214+88+130=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D65882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65882 is #29A77D. Grayscale: #828282. Windows color (decimal): -2729854 or 8542422. OLE color: 8542422.

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

Color convert

RGB 214 88 130 -
CMYK 0 0.59 0.39 0.16
HSL 340º 0.61% 0.59% -
HSV(B) 340º 0.59% 0.84% -
XYZ 35.25 22.89 23.68 -
YUV 130.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 214 88 130 0 0.59 0.39 0.16 340 0.61 0.59
Hex D6 58 82 0 3B 27 10 154 3D 3B
Octal 326 130 202 0 73 47 20 524 75 73
Binary 11010110 1011000 10000010 0 111011 100111 10000 101010100 111101 111011

Color Harmonies of #D65882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65882

Black with #D65882

Text Example


Text Example

White with #D65882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65882; }

 p { color: rgb(214,88,130); }

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

background-color css

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

 a { background-color: rgb(214,88,130); }

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

border-color css

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

 span { border-color: rgb(214,88,130); }

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