Html Css Color HEX #D681B4 Kobi

📋 copy color: '#D681B4'

red 214 ◦ green 129 ◦ blue 180

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

Shades of Kobi #D681B4

Tints of Kobi #D681B4

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.67%

 BLUE value IS 180 (70.7% from 255) = 34.42%

R = 40.92%
G = 24.67%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D681B4 (or 0xD681B4) is known color: Kobi. HEX triplet: D6, 81 and B4. RGB value is (214,129,180). Sum of RGB (Red+Green+Blue) = 214+129+180=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D681B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681B4 is #297E4B. Grayscale: #A0A0A0. Windows color (decimal): -2719308 or 11829718. OLE color: 11829718.

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

Color convert

RGB 214 129 180 -
CMYK 0 0.40 0.16 0.16
HSL 324º 0.51% 0.67% -
HSV(B) 324º 0.4% 0.84% -
XYZ 43.82 33.29 47.3 -
YUV 160.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 214 129 180 0 0.40 0.16 0.16 324 0.51 0.67
Hex D6 81 B4 0 28 10 10 144 33 43
Octal 326 201 264 0 50 20 20 504 63 103
Binary 11010110 10000001 10110100 0 101000 10000 10000 101000100 110011 1000011

Color Harmonies of #D681B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681B4

Black with #D681B4

Text Example


Text Example

White with #D681B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681B4; }

 p { color: rgb(214,129,180); }

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

background-color css

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

 a { background-color: rgb(214,129,180); }

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

border-color css

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

 span { border-color: rgb(214,129,180); }

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